Merge pull request #120 from filet-mign0n/testreadme

replaced gulp with mocha in test readme
Esse commit está contido em:
Juan Cazala
2016-07-29 17:29:12 -03:00
commit de GitHub
+2 -2
Ver Arquivo
@@ -1,6 +1,6 @@
Test using gulp, from root directory:
Test using mocha, from root directory:
`gulp test`
`mocha test`
To test the web version, start a web server at the root dir of this repo, then use your OS browser.