diff --git a/.gitignore b/.gitignore
index 866cc0c..eb383b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
__pycache__
.venv
cars.jl
+cars.csv
\ No newline at end of file
diff --git a/README.md b/README.md
index 96c53fc..8bd87cd 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ pip install scrapy
## Run
cd src/
-scrapy crawl turbo.az -O cars.jl
+scrapy crawl turbo.az -O cars.csv -t csv
**or**
-scrapy crawl turbo.az -O cars.jl -a first_page=3 -a last_page=10
+scrapy crawl turbo.az -O cars.csv -t csv -a first_page=3 -a last_page=10
*Default: first_page=1, last_page=2*
\ No newline at end of file