diff --git a/README.md b/README.md
index fd7f643..96c53fc 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
## Installition
pip install scrapy
-set last_page in /src/post_scrape/spiders/car_spider.py
## Run
cd src/
-scrapy crawl car -O cars.jl
\ No newline at end of file
+scrapy crawl turbo.az -O cars.jl
+**or**
+scrapy crawl turbo.az -O cars.jl -a first_page=3 -a last_page=10
+*Default: first_page=1, last_page=2*
\ No newline at end of file