Skip to content

Commit

Permalink
Fix module name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi authored Mar 14, 2020
1 parent 15a4d1c commit c6fc300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Once this is done you can run the style rules in the following ways.
#### Load configuration from a file

```erlang
ElvisConfig = elvis_core:from_file("elvis.config").
ElvisConfig = elvis_config:from_file("elvis.config").
elvis_core:rock(ElvisConfig).
%%+ # src/elvis_core.erl [OK]
%%+ # src/elvis_result.erl [OK]
Expand Down

0 comments on commit c6fc300

Please sign in to comment.