Build instructions
diff --git a/BUILD b/BUILD
index dbd6210..13a55e0 100644
--- a/BUILD
+++ b/BUILD
@@ -1,9 +1,21 @@
+NDN.JS: A javascript client library for Named Data Networking
 
-THE BASICS: NO BUILD REQUIRED.
-The basic NDN.JS library and the WebSockets proxy do not need to be "built".  For the library, you can manually include the necessary scripts in a web page or include Helper.js to have it load all of the scripts.  
+BASIC LIBRARY: NO BUILD REQUIRED.
+The basic NDN.JS library and the WebSockets proxy do not need to be "built".  For the
+library, you can manually include the necessary scripts in a web page or include Helper.js
+to have it load all of the scripts.  
 
 BUILD A COMBINED, COMPRESSED LIBRARY.
-A more efficient way to include the library is to used the combined, compressed library ndn-js.js that can be made using the js/tools/build/make-js.sh script.  See the README in that directly.  While we try to keep a built version in that directory for convenience, it may fall out of sync with the library, so we recommend building it using the script if possible.
+A more efficient way to include the library is to used the combined, compressed library
+ndn-js.js that can be made using the js/tools/build/make-js.sh script.  See the README in
+that directly.  While we try to keep a built version in that directory for convenience, it
+may fall out of sync with the library, so we recommend building it using the script if
+possible.
+
+WEBSOCKETS PROXY.
+If you wish to run your own WebSockets proxy instead of using the NDN testbed, you must
+build and install Node.js (often on the machine also running the ccnd you wish to proxy
+for, but that doesn't have to be the case). 
 
 THE FIREFOX PLUG-IN.
 [Instructions to come.]