fix typo in README

This commit is contained in:
John Bowdre 2022-06-15 16:28:11 -05:00
parent e73c421a7c
commit 1fe6ae08aa
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ Ensures a unique, sequentially-numbered hostname by checking for naming conflict
| `digitCount` | number | `2` | determines how many digits get appended to `nameBase` |
| `errMsg` | string | | thrown when errors are encountered |
|`hostnameSequence` | number | `0` | starts the sequence at 0, tracks as it changes |
| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vmName` input) |
| `vcSdkConnection` | VC:SdkConnection | | host used by the vCenter plugin (set based on `vCenterName` input) |
| `vms` | Array/VC:VirtualMachine | | holds VM objects to check for conflicts |