Skip to content

Commit

Permalink
Apparently I can't count.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Aug 5, 2010
1 parent 763f0f9 commit 3e77edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -30,7 +30,7 @@ To achieve git-flow completion nirvana:

source ~/.git-flow-completion.sh

3. If you are using Git < 1.7.1: Edit git-completion.sh and add the following line to the giant
2. If you are using Git < 1.7.1: Edit git-completion.sh and add the following line to the giant
$command case in _git:

flow) _git_flow ;;
Expand Down
2 changes: 1 addition & 1 deletion git-flow-completion.bash
Expand Up @@ -32,7 +32,7 @@
#
# source ~/.git-flow-completion.sh
#
# 3. If you are using Git < 1.7.1: Edit git-completion.sh and add the following line to the giant
# 2. If you are using Git < 1.7.1: Edit git-completion.sh and add the following line to the giant
# $command case in _git:
#
# flow) _git_flow ;;
Expand Down

0 comments on commit 3e77edb

Please sign in to comment.