Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 478d00c

Browse files
committed
Cleaned up readme
1 parent 35d5456 commit 478d00c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ keeping a static list in a database.
77

88
## Local Development
99

10-
To install *composer*:
10+
To install `composer`:
11+
1112
```shell
1213
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
1314
```
@@ -18,7 +19,9 @@ To install the dependencies:
1819
composer install
1920
npm install
2021
```
21-
To install *gulp*
22+
23+
To install `gulp`:
24+
2225
```shell
2326
npm install -g gulp
2427
```

0 commit comments

Comments
 (0)