Skip to content

Commit

Permalink
Documentation syntax fix: howto create and checkout a new_patch branch
Browse files Browse the repository at this point in the history
: lowercase
  • Loading branch information
Mike Stewart authored and ngiger committed Aug 3, 2014
1 parent 0175f9d commit ed96792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In order to contribute anything, you'll want to follow these steps first:
$ cd veewee
~~~

* Check out a new branch to make your changes on: `git checkout --branch <your_new_patch>`
* Check out a new branch to make your changes on: `git checkout -b <your_new_patch>`


### For adding a new Template
Expand Down

0 comments on commit ed96792

Please sign in to comment.