diff --git a/README.md b/README.md
index 8358244..7f66487 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ The biggest grievance when working with remotes is the "git pull" command. Which
get | git equivalent
--- | --------------
-get clone *PATH* | git clone --recurse-submodules *PATH*
- Paths like "username/repo" will be expanded to a Github URL.
- Paths like "repo" will be expanded to a Github url if your username is stored in git config.
+get clone *PATH* | git clone --recurse-submodules [-b *branch*] *PATH* - Paths like "username/repo" will be expanded to a Github URL.
- Paths like "repo" will be expanded to a Github url if your username is stored in git config.
- Paths ending with #*branch* (the URL style used by NPM and Bower) will clone that branch.
get fetch | Fetches all remotes and fast-forwards local branches when possible
get fetch *branches* | Fetches and fast-forwards the specified branches
get push | pushes to upstream. - If upstream not set, prompt user to name a remote branch.
- If multiple remotes exist, prompt for which remote to use.