Merge pull request #45 from szTheory/patch-1

README erlang syntax highlighting fix
This commit is contained in:
Juan Jose Comellas 2020-03-04 19:04:15 +01:00 committed by GitHub
commit 13676822ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"}