From 7229f07ea21e5853684508ba067781556040319c Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Thu, 19 Sep 2013 12:02:46 +0200 Subject: [PATCH] Remove dangling exclamation point. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 53f6771d7..10c5f7798 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ Create a GitHub repo and push it there:: $ git init $ git add . - $ git commit -m "first awesome commit!" + $ git commit -m "first awesome commit" $ git remote add origin git@github.com:pydanny/redditclone.git $ git push -u origin master