From 5a5a406421cd8cee96e691d10a81d825bd8bc0cd Mon Sep 17 00:00:00 2001
From: Pitchaya Boonsarngsuk <2285135b@student.gla.ac.uk>
Date: Fri, 2 Feb 2018 12:17:03 +0000
Subject: [PATCH] Update readme
---
README.md | 8 ++++----
examples/example-papaparsing.html | 3 ++-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index aa68518..667b5b8 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/examples/example-papaparsing.html b/examples/example-papaparsing.html
index bb634c0..6836b48 100644
--- a/examples/example-papaparsing.html
+++ b/examples/example-papaparsing.html
@@ -199,7 +199,7 @@
Link force in D3
Link force (tweaked)
- Barnes-Hut (placeholder)
+ Barnes-Hut (with alpha decay issue)
t-SNE (placeholder)