Skip to content

Commit 1f1ea7a

Browse files
authored
Fixed data source (#102) (#103)
Fixed data source in the example
1 parent efed969 commit 1f1ea7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function itemjs() {
8484
npm install itemsjs
8585

8686
# download json data
87-
wget https://raw.githubusercontent.com/itemsapi/itemsapi-example-data/master/items/movies-processed.json -O data.json
87+
wget https://raw.githubusercontent.com/itemsapi/itemsapi-example-data/master/items/imdb.json -O data.json
8888
```
8989

9090
Create `search.js`:

0 commit comments

Comments
 (0)