diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -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 |
