Skip to content

Commit

Permalink
Merge pull request adobe#520 from Pomax/patch-1
Browse files Browse the repository at this point in the history
no more need to globally grunt all over the place
  • Loading branch information
Luke Pacholski committed Jan 19, 2016
2 parents f3288f4 + a0ab1fa commit 4535a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ $ npm install

Step 3: run the build

You can build Bramble by running the Grunt build process:
You can build Bramble by running the npm build task:

```
$ grunt build-browser
$ npm run build
```

Step 4: Run Bramble:
Expand Down

0 comments on commit 4535a7b

Please sign in to comment.