From b8b1eb6e9fbcede63e54d4f2cbd9d7413003d61e Mon Sep 17 00:00:00 2001 From: Masahito Zembutsu Date: Tue, 8 Mar 2016 12:18:16 +0900 Subject: [PATCH] fix typo Signed-off-by: Masahito Zembutsu --- docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started.md b/docs/get-started.md index 9967363133..e07fde1e65 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -72,7 +72,7 @@ The examples here show how to create and start a machine, run Docker commands, a To see how to connect Docker to this machine, run: docker-machine env default This command downloads a lightweight Linux distribution -()boot2docker) with the Docker daemon installed, and creates and starts a VirtualBox VM with Docker running. +(boot2docker) with the Docker daemon installed, and creates and starts a VirtualBox VM with Docker running. 4. List available machines again to see your newly minted machine.