From 0d19183a4395a302c2b0f408776c7f852bcdbd89 Mon Sep 17 00:00:00 2001 From: Dustin Barker Date: Sun, 11 Dec 2011 15:07:28 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce65e5d..a950180 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Plan your commits Purpose ------- -Found a bug in code unrelated to your pending commit? Plan the next commit with gitdone. Where `git log` displays past commits, gitdone is a list of future (planned) commits. Use gitdone to manage your next commit so you don't lose focus on the present. +Found a bug in code unrelated to your pending commit? Plan your next commit with gitdone. Where `git log` displays past commits, gitdone is a list of future (planned) commits. Use gitdone to manage your next commit so you don't lose focus on the present. Simple usage example: ---------------------