We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02306c3 commit bf50ee8Copy full SHA for bf50ee8
README.md
@@ -4,9 +4,15 @@ A simple example to demonstrate how to use callback in JavaScript using image el
4
5
## How to fetch the images?
6
7
-In the command line run:
+Under scripts folder please run the command line bellow:
8
9
-```node scripts/catch-them-all.js```
+```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```
16
17
## References
18
0 commit comments