From 7003ec0e4b1c0d84d3607c3ebc6db152453ef4c8 Mon Sep 17 00:00:00 2001 From: szTheory Date: Wed, 4 Mar 2020 16:26:07 +0000 Subject: [PATCH] README erlang syntax highlighting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 377fcf8..30d34ee 100644 --- a/README.md +++ b/README.md @@ -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"}