Put NDN example URI in paretheses for Markdown display.
diff --git a/README.md b/README.md
index e43faaf..e7b2a27 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@
Firefox uses the protocol extension to load any URI starting with ndn. See this test page for examples
-(ndn:/ndn/ucla.edu/apps/ndn-js-test/NDNProtocolExamples.html?ndn.ChildSelector=1)
+[ndn:/ndn/ucla.edu/apps/ndn-js-test/NDNProtocolExamples.html?ndn.ChildSelector=1](ndn:/ndn/ucla.edu/apps/ndn-js-test/NDNProtocolExamples.html?ndn.ChildSelector=1)
When the page is loaded, Firefox updates the address bar with the full matched name from
the retrieved content object including the version, but without the implicit digest or
@@ -147,10 +147,10 @@
You can add interest selectors. For example, this uses 1 to select the "rightmost" child
(latest version).
-(ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref)
+[ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref](ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref)
The browser loads the latest version and changes the address to:
-(ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt/%FD%05%0B%16z%22%D1?key=value#ref)
+[ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt?ndn.ChildSelector=1&key=value#ref](ndn:/ndn/ucla.edu/apps/ndn-js-test/hello.txt/%FD%05%0B%16z%22%D1?key=value#ref)
The child selector was used and removed. Note that the other non-ndn query values and
ref "?key=value#ref" are still present, in case they are needed by the web application.