Typo in contributing.md

This commit is contained in:
Utkarsh Bhatnagar 2016-02-16 00:19:11 -08:00
parent 1febd578a4
commit b067317595

View File

@ -1,6 +1,6 @@
Follow the setup guide in README.md
### Rebuild frontend assts on source change
### Rebuild frontend assets on source change
```
grunt && grunt watch
```
@ -15,5 +15,3 @@ grunt karma:dev
grunt test
godep go test -v ./pkg/...
```