From 9ca10bc2c065352306cb2a3b6524c07d9b23fe14 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Fri, 27 Mar 2015 10:51:33 -0700 Subject: [PATCH] Fix small docs typo Signed-off-by: Nathan LeClaire --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d616b26dee..d24e67e42a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -177,7 +177,8 @@ the side panel. 2. Click on "Generate New Token". 3. Give the token a clever name (e.g. "machine"), make sure the "Write" checkbox is checked, and click on "Generate Token". -4. Grab the big long hex string that is generated (this is your token) and store it somehwere safe. +4. Grab the big long hex string that is generated (this is your token) and store +it somewhere safe. Now, run `docker-machine create` with the `digitalocean` driver and pass your key to the `--digitalocean-access-token` flag.