Skip to content

Commit f2fa15b

Browse files
author
Joel Taylor
committed
More README.md updates
1 parent 34965ac commit f2fa15b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ process. Please bear with us for the timing being!
2323

2424
# Getting Started
2525
#### Installing NVM
26-
Install NVM (`$ brew install nvm` and follow instructions)
26+
Install NVM (`brew install nvm` and follow instructions)
2727

2828
```bash
2929
nvm install 4.2.1
@@ -36,9 +36,9 @@ npm install
3636
To build assets locally, you'll need to install Bower dependencies and run these Gulp tasks:
3737

3838
```bash
39-
$ bower install
40-
$ gulp sass
41-
$ gulp javascript
39+
bower install
40+
gulp sass
41+
gulp javascript
4242
```
4343
Remember to re-run these tasks after pulling or changing branches.
4444

0 commit comments

Comments
 (0)