diff --git a/README.md b/README.md
index 349b0fc..5f5ad4e 100644
--- a/README.md
+++ b/README.md
@@ -24,13 +24,13 @@ There are 2 packages with 2 distinct demos
- Go to the folder main/data
- Execute $CASSANDRA_HOME/bin/cqlsh -f weather_data_schema.cql from this folder. It should create the keyspace spark_demo and some tables
- - Download the Weather_Raw_Data_2014.csv.gz from here (>200Mb)
+ - Download the Weather_Raw_Data_2014.csv.gz from here (>200Mb)
- Unzip it somewhere on your disk
Ingestion
- - WeatherDataIntoCassandra: read all the Weather_Raw_Data_2014.csv file (30.106 lines) and insert the data into Cassandra. It may take some time before the ingestion is done so go take a long coffee ( < 1 hour on my MacBookPro 15")
+
- WeatherDataIntoCassandra: read all the Weather_Raw_Data_2014.csv file (30.106 lines) and insert the data into Cassandra. It may take some time before the ingestion is done so go take a long coffee ( < 1 hour on my MacBookPro 15")
Please do not forget set the path to this file by changing the WeatherDataIntoCassandra.WEATHER_2014_CSV value
This step should take a while since there are 30.106 lines to be inserted into Cassandra