diff --git a/README.md b/README.md index 461435c459..b0b3dccd1a 100644 --- a/README.md +++ b/README.md @@ -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