summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-08-18 10:01:39 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-08-18 10:01:39 -0700
commite47b35bc45b69d74b2f4be85e78751a1d2c4dd98 (patch)
treed631d69613862fff2b41a2487c003b43b14ecf99
parentbacb2ff93ccc2e14a0b721988e241a1d07f70795 (diff)
parentff8ee80f8fdcaa5093eeb0fb532f41b43d839229 (diff)
downloadchef-e47b35bc45b69d74b2f4be85e78751a1d2c4dd98.tar.gz
Merge pull request #3185 from juliegund/juliegund/goosechase
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.