Fix some spelling, formatting in README

Signed-off-by: RJ Nowling <rnowling@gmail.com>
pull/786/head
RJ Nowling 2016-05-16 15:35:03 +00:00
parent 5b354bac31
commit b18c7282ee
1 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ We love contribution and we love giving visibility to our contributors, this is
## Submit a patch ## Submit a patch
To start contriuting just do: To start contributing just do:
``` ```
$ git checkout -b my-working-branch $ git checkout -b my-working-branch
@ -310,7 +310,7 @@ One more step, before pushing your code you should run a syntax check:
$ ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check $ ansible-playbook -i dummy-ansible-hosts test.yml --syntax-check
``` ```
If your change impacts a variable file in a role such as `roles`ceph-common/defaults/main.yml`, you need to generate a `group_vars` file: If your change impacts a variable file in a role such as `roles/ceph-common/defaults/main.yml`, you need to generate a `group_vars` file:
``` ```
$ ./generate_group_vars_sample.sh $ ./generate_group_vars_sample.sh