Skip to content

Commit

Permalink
Update README to reflect changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlsharp committed Aug 12, 2017
1 parent c98d315 commit bba3183
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 @@ -37,7 +37,7 @@ optional arguments:

### Adding a new language

Adding a new language is very simple. Language checks are encoded as classes which inherit from the `StyleCheck` base class (see `style50/checks.py` for more real-world examples). The following is a template for style checks which allows style50 to check the imaginary FooBar language for style.
Adding a new language is very simple. Language checks are encoded as classes which inherit from the `StyleCheck` base class (see `style50/languages.py` for more real-world examples). The following is a template for style checks which allows style50 to check the imaginary FooBar language for style.

```python
import re
Expand Down

0 comments on commit bba3183

Please sign in to comment.