Skip to content
This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Commit e08220c

Browse files
author
Vittorio Vittori
committed
Update README.md
1 parent 27a37da commit e08220c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Base usage example:
6060
</html>
6161
```
6262

63-
To test it on Mac OSX use this command in the root folder:
63+
To test it on Mac OSX run this command in the root folder:
6464

6565
```
66-
php -S localhost:8000 -t ./
66+
npm install && ./node_modules/.bin/bower install && php -S localhost:8000 -t ./
6767
```
6868

6969
Then, in the browser go to:

0 commit comments

Comments
 (0)