aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 2daaae9..6e9c78e 100644
--- a/README.org
+++ b/README.org
@@ -208,7 +208,7 @@ flask run
To run the linter over the code base, run:
#+BEGIN_SRC shell
- pylint setup.py wsgi.py tests quality_control qc_app r_qtl scripts
+ pylint setup.py tests quality_control qc_app r_qtl scripts
#+END_SRC
To check for correct type usage in the application, run: