Update readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user