Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Lane committed Nov 14, 2011
1 parent 635f421 commit a959cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -22,7 +22,7 @@ A simple example of turning on a VM:
vm = dc.find_vm("myvm") or fail "VM not found"
vm.PowerOnVM_Task.wait_for_completion

This code uses several RbVmomi extensions to the VI API for concision. The
This code uses several RbVmomi extensions to the vSphere API for concision. The
expanded snippet below uses only standard API calls and should be familiar to
users of the Java SDK:

Expand Down

0 comments on commit a959cdf

Please sign in to comment.