From 76e6e1ea3a74e4ee1bab2ea2a0271efb36d664df Mon Sep 17 00:00:00 2001 From: Anupam Date: Fri, 1 Feb 2019 11:13:17 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ab265a..0ccdf9a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Currently, this has only been tested to download and extract attributes from 10-K and 10-Q filings. The commands support additional parameters and filters, such as to load data -for specific companies or quarters. Run `python manage help sec_import_index` +for specific companies or quarters. Run `python manage.py help sec_import_index` to see all options. Development @@ -88,4 +88,4 @@ To run tests for a specific environment (e.g. Python 2.7 with Django 1.4): To run a specific test: export TESTNAME=.testname; tox -e py27-django15 - \ No newline at end of file +