Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: appengine/config_service/ui/README.md

Issue 2983103002: config_service: release the UI to the front page (Closed)
Patch Set: Release the UI to the front page Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/config_service/handlers.py ('k') | appengine/config_service/ui/common/auth-signin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/README.md
diff --git a/appengine/config_service/ui/README.md b/appengine/config_service/ui/README.md
index 4d1261e323547a02c11bfad01b0c27059d0ee48f..e652d3e9c450d5ff6d8ea5401d2dd69cc4a60829 100644
--- a/appengine/config_service/ui/README.md
+++ b/appengine/config_service/ui/README.md
@@ -9,7 +9,7 @@ This is a UI for the configuration service.
* Install [Google App Engine SDK](https://cloud.google.com/appengine/downloads).
-* Run `bower install` in the ui directory to make sure you have all the dependecies installed.
+* Run `bower install` in the ui directory to make sure you have all the dependencies installed.
## Running locally
@@ -26,7 +26,7 @@ This is a UI for the configuration service.
## Running Tests
* Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester).
- Run 'wct, 'wct -p' or 'polymer test' inside ui folder to run your application's test suites locally.
+ Run `wct`, `wct -p` or `polymer test` inside ui folder to run your application's test suites locally.
These commands will run tests for all browsers installed on your computer.
## Third Party Files
« no previous file with comments | « appengine/config_service/handlers.py ('k') | appengine/config_service/ui/common/auth-signin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698