Remove dangling exclamation point.

This commit is contained in:
Daniel Greenfeld 2013-09-19 12:02:46 +02:00
parent 7323f87e37
commit 7229f07ea2

View File

@ -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