summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-02-16 09:07:52 -0700
committerAnthony Fok <foka@debian.org>2015-02-16 09:07:52 -0700
commit159836ed2df46fb8eb26ba395d8011aad42ae209 (patch)
treeddbe941a8fbda84e8dc1bc586693c3dd55989122 /README.md
parent63e7b9705f462461b7ca3f540f72910210a3fe29 (diff)
README.me: Add linefeed that got lost in the last commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c1ab9cfe..7428f8c58 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,8 @@ We welcome your contributions. To make the process as seamless as possible, we a
* When you're ready to create a pull request, be sure to:
* Have test cases for the new code. If you have questions about how to do it, please ask in your pull request.
* Run `go fmt`
- * Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request. * Make sure `go test ./...` passes, and `go build` completes. Our Travis CI loop will catch most things that are missing. The exception: Windows. We run on Windows from time to time, but if you have access, please check on a Windows machine too.
+ * Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request.
+ * Make sure `go test ./...` passes, and `go build` completes. Our Travis CI loop will catch most things that are missing. The exception: Windows. We run on Windows from time to time, but if you have access, please check on a Windows machine too.
**Complete documentation is available at [Hugo Documentation](http://gohugo.io/).**