1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-09 18:06:53 +02:00

Update README.md

This commit is contained in:
koalyptus 2015-06-07 00:41:58 +10:00
parent 4240d3ca56
commit a0cc329453

View file

@ -37,7 +37,7 @@ sever on port ``8080``:
grunt dev
```
or the ``build`` task for a production build:
Use the ``build`` task to generate a production build:
```shell
grunt build
@ -56,10 +56,11 @@ To run all the tests:
grunt test
```
and to run a specific test:
and to run specific test(s):
```shell
grunt test-only:test.html
grunt test-only:test.html,test-sort.html
```
## License