Skip to content

Commit ad078f3

Browse files
committed
Add 'npm start' to README
1 parent 8327627 commit ad078f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Lazy Load Image Component demo
22

3-
This is a demo of the `react-lazy-load-image-component` NPM package. It's not intended to be used in real life applications neither to be an example of good programming practices, but just to give an example of how to use the package `react-lazy-load-image-component` and its props.
3+
This is a demo of the `react-lazy-load-image-component` NPM package. It's not intended to be used in real life applications neither to be an example of good programming practices, but to give an example of how to use the package `react-lazy-load-image-component` and its props.
44

55
* See the live demo in action: https://github.com/Aljullu/react-lazy-load-image-component
66

@@ -13,3 +13,4 @@ This is a demo of the `react-lazy-load-image-component` NPM package. It's not in
1313

1414
```bash
1515
$ npm i
16+
$ npm start

0 commit comments

Comments
 (0)