README erlang syntax highlighting fix

This commit is contained in:
szTheory
2020-03-04 16:26:07 +00:00
committed by GitHub
parent 784b0ea877
commit 7003ec0e4b
+1 -1
View File
@@ -24,7 +24,7 @@ To build the (very) limited documentation run `rebar edoc`.
To use getopt in your project you can just add it as a dependency in your
`rebar.config` file in the following way:
```sh
```erlang
{deps,
[
{getopt, "1.0.1"}