We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeee0c commit e0c0f5cCopy full SHA for e0c0f5c
README.md
@@ -10,9 +10,9 @@ To play with the demos, an easy thing would be to use
10
[polyserve](https://github.com/PolymerLabs/polyserve):
11
`npm install -g polyserve`.
12
13
-Fire up the server with `polyserve` command and point your browser to
+Fire up the server with `polyserve` command and point your browser to:
14
15
- http://localhost:8080/components/codelab_components/demo/<demo-file>
+ http://localhost:8080/components/codelab_components/
16
17
Use [web-component-tester](https://github.com/Polymer/web-component-tester) to run tests.
18
Can be installed with `npm install -g web-component-tester`, or just fire up `polyserve`
0 commit comments