fixed typo

This commit is contained in:
mig 2017-03-30 17:48:42 +02:00
parent a0df1d0d98
commit 7bc110655e

View file

@ -29,7 +29,7 @@ Building
- install [git](https://git-scm.com/downloads)
- clone Jocly from *github*: `git clone https://github.com/mi-g/jocly.git`
- enter the `jocly` directory
- download require modules: `npm install`
- download required modules: `npm install`
- build: `gulp build`
- `dist/browser` contains the javascript library to build web applications, `dist/node` is the module to be used for node.js applications