aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/README.md b/README.md
index 31b80eb..c731752 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,6 @@
# ElixirMathParser
-**TODO: Add description**
+A math script parser in Elixir.
-## Installation
-
-If [available in Hex](https://hex.pm/docs/publish), the package can be installed
-by adding `elixir_math_parser` to your list of dependencies in `mix.exs`:
-
-```elixir
-def deps do
- [
- {:elixir_math_parser, "~> 0.1.0"}
- ]
-end
-```
-
-Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
-and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
-be found at <https://hexdocs.pm/elixir_math_parser>.
+Template used: https://github.com/eskil/example-elixir-parser