From 7220900288576322ca8e3c604242e77d1373aa4a Mon Sep 17 00:00:00 2001 From: Dmitry Shevtsov <12731225+dshevtsov@users.noreply.github.com> Date: Fri, 14 Feb 2020 10:02:48 -0600 Subject: [PATCH] Update README.md Co-Authored-By: hguthrie --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbab753d572..29984dd6a5e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ rake init Docfile begins with public sources, because the `rake init` task fails when it attempts to clone content from private repositories without the corresponding permissions. >**NOTE** ->By default _rake_ clones with SSH. If you want to clone with HTTPS, run it with a variable `token`: +>By default _rake_ clones using SSH. If you want to clone with HTTPS, you can run it with the `token` variable: > >```bash >token=none rake init