commit c48c6e365a0b18635fb4395d3c1b4000ebd794a7
Author: Nima Fatemi <mrphs(a)riseup.net>
Date: Mon Nov 17 01:10:33 2014 +0000
Update README.md
typo in one of the examples
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9c6adc4..974188d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ your commits to. Make sure you're in `webwml` directory, and run:
git remote add pick-a-name your-git-url
_Example:_
- `git remote tpo-gh git@github.com:mrphs/tpo.git`
+ `git remote add tpo-gh git@github.com:mrphs/tpo.git`
__Step 2:__ Create and switch to a new branch.