From 5dff62d7726ea8c77c00257cffd34247e4b59178 Mon Sep 17 00:00:00 2001 From: Gusev Anton <gusev_aa@groupbwt.com> Date: Mon, 17 Jun 2019 13:27:49 +0300 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03240f8..2c1989e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 2. Rename alembic.ini.example to alembic.ini and set sqlalchemy.url field 3. Install dependencies from pipfile 4. Create tables for database using sql\create-dump.sql or apply migration using the command "alembic upgrade head" in src directory -5. In src directory use "scrapy crawl books" command for start parsing. \ No newline at end of file +5. In src directory use "scrapy crawl book" command for start parsing. \ No newline at end of file -- GitLab