Updated README for running client side code.

With changes from gerrit comments.

Change-Id: I6070701db2c04df5c71c2fa36c3175157ad6f007
diff --git a/README.md b/README.md
index 2c87492..635f240 100644
--- a/README.md
+++ b/README.md
@@ -231,24 +231,5 @@
 Starting front end
 ------------------
 
-* Open the client folder in ndn-atmos
+Please see the README in client folder.
 
-* Checkout the ndn-js in the client folder. Use the link blow:
-
-<pre>
-  git clone http://github.com/named-data/ndn-js.git
-  cd ndn-js
-  git checkout v0.8.1
-</pre>
-
-* Start python simple server in the client folder (ndn-atmos/client)
-
-<pre>
-  python -m SimpleHTTPServer
-</pre>
-
-* Open project query page in a web browser
-
-<pre>
-     http://localhost:8000/query/query.html
-</pre>