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)