Update README.md

This commit is contained in:
Akkariin Meiko 2018-09-28 15:10:49 +08:00 committed by GitHub
parent dafbbede97
commit 1e3211781a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ String cloneVM ( Name, New name, New disk path )
#### Set the virtual machine network
This method can control the virtual machine network.
The third param is Boolean type, if you give it a true value, the network will going start, else the network will going off.
The third param is Boolean type, if you give it a true value, the network will enable, else the network will disable.
```php
String setNetwork ( Server, Network name, Status )
```