aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 660947a..63f1f28 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ A server that updates GitHub pull request commit statuses from Jenkins builds.
## Prerequisites
-A Jenkins server configured with a "branches" project. This project will run a
-build for all new commits pushed to a branch. The project's name should match
-the GitHub repository name appended by "-branches". For example:
+A Jenkins server configured with a “branches” project. This project will run a
+build for all new commits pushed to a branch. The project’s name should match
+the GitHub repository name appended by “-branches”. For example:
kipper-branches
@@ -16,7 +16,7 @@ Each build name will have the following format:
branch-name-5ac92
-The branch name, followed by a hyphen "-", followed by the first five characters
+The branch name, followed by a hyphen “-”, followed by the first five characters
of the commit SHA.