Skip to content

Commit 4b97878

Browse files
authored
Merge pull request #21 from szTheory/patch-1
README syntax highlighting markdown
2 parents 14649ef + 0ee20fe commit 4b97878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Use
1313

1414
Add the plugin only to your user local rebar config in `~/.config/rebar3/rebar.config`:
1515

16-
{plugins, [rebar3_auto]}.
16+
```erlang
17+
{plugins, [rebar3_auto]}.
18+
```
1719

1820
If you add it to your project rebar.config, it will get unloaded each time compilation occurs, thus breaking it.
1921

0 commit comments

Comments
 (0)