Build instructions
diff --git a/js/tools/build/README b/js/tools/build/README
index a7f0b92..22163be 100644
--- a/js/tools/build/README
+++ b/js/tools/build/README
@@ -1,5 +1,8 @@
-The script make-js.sh combines all of the NDN.JS scripts into a file called ndn-js-uncomp.js that can be more easily included in a webpage. It them runs Google's Closure Compiler to create a compressed version, ndn-js.js. This is what we recommend including in applications.
+The script make-js.sh combines all of the NDN.JS scripts into a file called
+ndn-js-uncomp.js that can be more easily included in a webpage. It them runs Google's
+Closure Compiler to create a compressed version, ndn-js.js. This is what we recommend
+including in applications.