From 70dfc1e4db80f6ef80f615701715a4f50518a22c Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Wed, 21 Oct 2015 12:51:28 -0700 Subject: [PATCH] Fix ordered list numbering Signed-off-by: Nathan LeClaire --- docs/install-machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-machine.md b/docs/install-machine.md index 0b544b2770..6567eb318b 100644 --- a/docs/install-machine.md +++ b/docs/install-machine.md @@ -52,7 +52,7 @@ to your PATH. rm machine.zip && \ mv docker-machine* /usr/local/bin -4. Check the installation by displaying the Machine version: +3. Check the installation by displaying the Machine version: $ docker-machine -v machine version 0.5.0 (3e06852)