summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie Gunderson <jgunderson@taos.com>2015-04-02 12:51:30 -0700
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-04-02 12:51:30 -0700
commitff8ee80f8fdcaa5093eeb0fb532f41b43d839229 (patch)
treedb3b754220abd664760a747e119c7af15c27105f
parent8ac000d7d4aa15b73f1ea9ec7e915eba22ea64dd (diff)
downloadchef-ff8ee80f8fdcaa5093eeb0fb532f41b43d839229.tar.gz
A simple change to add periods at the end of sentences.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3b1c7190fb..d84d857473 100644
--- a/README.md
+++ b/README.md
@@ -68,11 +68,11 @@ read the
The general development process is:
-1. Fork this repo and clone it to your workstation
-2. Create a feature branch for your change
-3. Write code and tests
+1. Fork this repo and clone it to your workstation.
+2. Create a feature branch for your change.
+3. Write code and tests.
4. Push your feature branch to github and open a pull request against
- master
+ master.
Once your repository is set up, you can start working on the code. We do use
TDD with RSpec, so you'll need to get a development environment running.