Update readme

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-02 12:17:03 +00:00
parent 64a5c7e89d
commit 5a5a406421
2 changed files with 6 additions and 5 deletions

View File

@@ -47,11 +47,11 @@ var simulation = d3.forceSimulation(nodes);
## Building
```bash
npm run build
npm run minify
npm run zip
npm run build # Clean build folder and build the module into a single js file.
npm run minify # Minify the built js file.
npm run zip # Zip built files and documents for release.
```
See package.json for more details.
See [package.json](package.json) for more details.
## API Reference