docs(README): update for linguistic consistency

Closes #1537
This commit is contained in:
Anthony Zotti 2015-04-24 15:31:59 -07:00 committed by Pawel Kozlowski
parent ab74e1ed4e
commit dff4795e49
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Follow the instructions given on the [Angular download page][download].
## Want to help?
Want to file a bug, or contribute some code or improve documentation? Excellent! Read up on our
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
guidelines for [contributing][contributing].
@ -29,11 +29,11 @@ To see the examples, first build the project as described
### Hello World Example
This example consists of three basic pieces - a component, a decorator and a
This example consists of three basic pieces - a component, a decorator, and a
service. They are all constructed via injection. For more information see the
comments in the source `modules/examples/src/hello_world/index.js`.
You can build this example as either JS or Dart app:
You can build this example as either a JS or a Dart app:
* JS:
* `$(npm bin)/gulp build.js.dev`, and