aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7305a8c..f7d1677 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Usage
Run the scripts from the top-level directory using `python -m`.
Pass the `--help` flag to a script to examine its detailed usage information.
-For example (using Windows path format):
+For example (using Windows-style paths):
> python -m bin.box_blur img\Lenna.png --radius 3
@@ -52,9 +52,7 @@ Development
### Linting
Requires [PyLint].
-
- > cd
- D:\workspace\personal\filters
+To lint everything, run from the top-level directory:
> pylint filters
...