Merge pull request #4045 from utkarshcmu/patch-1

Typo in contributing.md
This commit is contained in:
Carl Bergquist
2016-02-16 09:26:20 +01:00

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/...
```