Skip to content

Commit bf50ee8

Browse files
committed
Updated README.md
1 parent 02306c3 commit bf50ee8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ A simple example to demonstrate how to use callback in JavaScript using image el
44

55
## How to fetch the images?
66

7-
In the command line run:
7+
Under scripts folder please run the command line bellow:
88

9-
```node scripts/catch-them-all.js```
9+
```node catch-them-all.js```
10+
11+
## How to start
12+
13+
After installing the dependencies with ```npm install``` run the command bellow:
14+
15+
```npm start```
1016

1117
## References
1218

0 commit comments

Comments
 (0)