From ceaaf34970596e980f32bbf282ce09eaf09bb0b5 Mon Sep 17 00:00:00 2001 From: Jack Maney Date: Tue, 29 Jul 2014 11:26:16 -0500 Subject: [PATCH] Replaced "brackets" with "parentheses" ...since the branch name *is* in parentheses, not brackets. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c34a60..cd504cf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A [guide for astronauts](http://www.jsc.nasa.gov/news/columbia/fr_generic.pdf) ( ### Conventions for this document -For clarity's sake all examples in this document use customized bash prompt in order to indicate the current branch and whether or not there are staged changes. The branch is enclosed in brackets, and a `*` next to the branch name indicates staged changes. +For clarity's sake all examples in this document use customized bash prompt in order to indicate the current branch and whether or not there are staged changes. The branch is enclosed in parentheses, and a `*` next to the branch name indicates staged changes. ## I need to add staged changes to the previous commit