From 99d5735f00fd349f4557aaa7fdd79657c5e222f4 Mon Sep 17 00:00:00 2001 From: Hovsep Date: Fri, 26 Aug 2016 15:56:46 -0700 Subject: [PATCH] Fixed readme.md typo --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a8d381f5d53..4a0e5dae5a0a 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,9 @@ VirtualMachine linuxVM = azure.virtualMachines().define("myLinuxVM") .withSsh(sshKey) .withSize(VirtualMachineSizeTypes.STANDARD_D3_V2) .create(); -``` - + System.out.println("Created a Linux VM: " + linuxVM.id()); - +``` **Update a Virtual Machine**