PolyGerrit: explain how to run a single test file.

Change-Id: Ie3bd69af72560db5a34351d4f25fa779e52da2a1
diff --git a/polygerrit-ui/README.md b/polygerrit-ui/README.md
index bef92b6..4ec5411 100644
--- a/polygerrit-ui/README.md
+++ b/polygerrit-ui/README.md
@@ -13,7 +13,7 @@
 All other platforms: [download from
 nodejs.org](https://nodejs.org/en/download/).
 
-## Optional: installing [go] (https://golang.org/)
+## Optional: installing [go](https://golang.org/)
 
 This is only required for running the ```run-server.sh``` script for testing. See below.
 
@@ -25,7 +25,7 @@
 brew install go
 ```
 
-All other platforms: [download from golang.org] (https//golang.org/)
+All other platforms: [download from golang.org](https//golang.org/)
 
 # Add [go] to your path
 
@@ -38,7 +38,7 @@
 To test the local UI against gerrit-review.googlesource.com:
 
 ```sh
-./run-server.sh
+./polygerrit-ui/run-server.sh
 ```
 
 Then visit http://localhost:8081
@@ -89,6 +89,14 @@
 WCT_ARGS='-p --some-flag="foo bar"' buck test --no-results-cache --include web
 ```
 
+For interactively working on a single test file, do the following:
+
+```sh
+./polygerrit-ui/run-server.sh
+```
+
+Then visit http://localhost:8081/elements/foo/bar_test.html
+
 ## Style guide
 
 We follow the [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml)