From 499af0591749ddb6bc5f84778e7a229ef08fb88b Mon Sep 17 00:00:00 2001 From: Allen Tong Date: Mon, 4 Jul 2016 07:29:49 -0700 Subject: [PATCH] Fix typo (SHH to SSH) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b15b234c7d..068859d8f2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Where `username/repo` is the GitHub repo shorthand for your fork. The shorthand repo notation is passed to [download-git-repo](https://github.com/flipxfx/download-git-repo) so you can also use things like `bitbucket:username/repo` for a Bitbucket repo and `username/repo#branch` for tags or branches. -If you would like to download from a private repository use the `--clone` flag and the cli will use `git clone` so your SHH keys are used. +If you would like to download from a private repository use the `--clone` flag and the cli will use `git clone` so your SSH keys are used. ### Local Templates