Update readme

This commit is contained in:
Pitchaya Boonsarngsuk
2018-03-21 15:53:38 +00:00
parent 0c23730829
commit a6c350a4d7

View File

@@ -42,8 +42,8 @@ var simulation = d3.forceSimulation(nodes);
- [index.js](index.js) Export list of the module
- [src/](src) Source code of the module
- [package.json](package.json) Node.js moudle descriptor with build scripts
- [img](img) Images for this readme file
- [examples](examples) An example page running all the algorithms implemented
- [examples/](examples) An example page implementing the library
- [img/](img) Images for this readme file
## Building
```bash