From bba318332140e4f09b2f2b31089ba838859e5e48 Mon Sep 17 00:00:00 2001 From: Chad Sharp Date: Sat, 12 Aug 2017 09:06:35 -0400 Subject: [PATCH] Update README to reflect changed files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ebafa..7a18048 100644 --- a/README.md +++ b/README.md @@ -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