| Index: appengine/swarming/elements/README.md
|
| diff --git a/appengine/swarming/elements/README.md b/appengine/swarming/elements/README.md
|
| index e8d8813491ad00a55e14fd27c3fc66c4bc82b95d..d5c6655307dbaed873dfdcc549bdc9bea87aa56f 100644
|
| --- a/appengine/swarming/elements/README.md
|
| +++ b/appengine/swarming/elements/README.md
|
| @@ -5,10 +5,10 @@ To clean and build the pages for deploying, run
|
| npm install # Need to only run once to set up dev dependencies.
|
| make vulcanize
|
|
|
| -This combines all of the elements needed to display the page into several "single-page" apps, like
|
| -the bot-list.
|
| -These are checked into version control so that they may be easily redeployed w/o having to rebuild
|
| -the pages if there were no changes.
|
| +This combines all of the elements needed to display the page into several
|
| +"single-page" apps, like the bot-list.
|
| +These are checked into version control so that they may be easily redeployed w/o
|
| +having to rebuild the pages if there were no changes.
|
|
|
|
|
| To do a full clean rebuild, run
|
| @@ -16,7 +16,7 @@ To do a full clean rebuild, run
|
| make clean_vulcanize
|
|
|
|
|
| -To access the demo pages on localhost:8080, run
|
| +To access the demo pages on localhost:9050, run
|
|
|
| make && make run
|
|
|
|
|