Skip to content

Commit

Permalink
"azure vm list" command should be changed to "azure vm image list" in…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
dadoonet committed Mar 13, 2014
1 parent 92f629b commit 696cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 696cad1

Please sign in to comment.