Skip to content

Commit 114337e

Browse files
committed
Fix README formatting
1 parent 0c9f649 commit 114337e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ You will need to have the following build tooling installed:
2121

2222
Run the following to install dependencies:
2323

24-
`npm install`
25-
`bundle install`
24+
```sh
25+
npm install
26+
bundle install
27+
```
2628

2729
### Serve the local website
2830

2931
To view the local website:
3032

3133
`npm run start`
3234

33-
You can now make changes and they should automatically display on the running website (http://localhost:3000), if not, Ctrl/Cmd+C and re-run `npm run serve`
35+
You can now make changes and they should automatically display on the running website (http://localhost:3000), if not, Ctrl/Cmd+C and re-run `npm run start`

0 commit comments

Comments
 (0)