Merge pull request #61 from b-a-t/patch-1

Update README.md
diff --git a/README.md b/README.md
index aab2e78..6632700 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@
        USERDATA=$(gzip -c9 <userdata.yaml | { base64 -w0 2>/dev/null || base64; })
 ```
 
-Assign the metadata and userdate to the VM's extra configuration dictionary, `guestinfo`:
+Assign the metadata and userdata to the VM's extra configuration dictionary, `guestinfo`:
 
 ```shell
 govc vm.change -vm "${VM}" \