From 696cad1f67914e2e697884a7586debbcb6b58b53 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 13 Mar 2014 15:50:05 +0100 Subject: [PATCH] "azure vm list" command should be changed to "azure vm image list" in the README.md In the `readme.md` file, `azure vm list` command should be changed to `azure vm image list`. The former lists all the VMs running in the current Azure subscription and the latter displays list of official available images. The line is located just below the following line: `To get a list of official available images, run:` Closes #5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 218918539c8..46a81081b5a 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ for more information. You will need to choose the operating system you want to run on. To get a list of official available images, run: ```sh -azure vm list +azure vm image list ``` Let's say we are going to deploy an Ubuntu image on an extra small instance in West Europe: