From dff4795e49f6f17c983f0bfd7dd55dd92f9ff701 Mon Sep 17 00:00:00 2001 From: Anthony Zotti Date: Fri, 24 Apr 2015 15:31:59 -0700 Subject: [PATCH] docs(README): update for linguistic consistency Closes #1537 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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