Skip to content

Commit a8eb855

Browse files
committed
Fixed typo.
1 parent 3f1777a commit a8eb855

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GEM
44
json (1.5.3)
55
nest (1.1.0)
66
redis (~> 2.1)
7+
nokogiri (1.5.0)
78
ohm (0.1.3)
89
nest (~> 1.0)
910
progressbar (0.9.1)
@@ -20,7 +21,9 @@ PLATFORMS
2021

2122
DEPENDENCIES
2223
json
24+
nokogiri
2325
ohm
2426
progressbar
27+
redis
2528
rkelly
2629
sinatra

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The process is split in 2 parts, the first one is retrieving the category data a
99

1010
To create the categories and insert all products, run
1111

12-
ruby main.rb
12+
ruby main.rb
1313

1414
after a short while, you should have the categories in your redis.
1515
To retrieve all products, just execute
@@ -20,4 +20,5 @@ and wait. This takes some time.
2020

2121
What to do with the data?
2222

23-
I don't know, I guess I just wanted to try nokogiri. But for the curious, there is a sinatra-server ( server.rb ) that will server both a tree at /tree.json and product data for every category.
23+
I don't know, I guess I just wanted to try nokogiri. But for the curious, there is a sinatra-server ( server.rb ) that will server
24+
both a tree at /tree.json and product data for every category.

0 commit comments

Comments
 (0)