diff --git a/README.md b/README.md index 4ae08c8..316ba2b 100644 --- a/README.md +++ b/README.md @@ -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