From a6c350a4d74679821ee3a4354799e78476e6f230 Mon Sep 17 00:00:00 2001 From: Pitchaya Boonsarngsuk <2285135b@student.gla.ac.uk> Date: Wed, 21 Mar 2018 15:53:38 +0000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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