diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-04 12:38:14 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-04 12:38:14 +0100 |
| commit | b3ca325dd0c75ec8e779f1cdd31fa54df4aab090 (patch) | |
| tree | 202e42441171b8a9a63ccb8d78e2df93fd2a6988 | |
| parent | f458a4b0172583af26fb93ff9844c71362cca76e (diff) | |
docs(info): update readme
| -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 |
