Skip to content

Commit 696cad1

Browse files
committed
"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.
1 parent 92f629b commit 696cad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ for more information.
131131
You will need to choose the operating system you want to run on. To get a list of official available images, run:
132132

133133
```sh
134-
azure vm list
134+
azure vm image list
135135
```
136136

137137
Let's say we are going to deploy an Ubuntu image on an extra small instance in West Europe:

0 commit comments

Comments
 (0)