From 1e3211781a881da5c4e8e9e5c4a8d55ee676dde6 Mon Sep 17 00:00:00 2001 From: Akkariin Meiko <34357771+kasuganosoras@users.noreply.github.com> Date: Fri, 28 Sep 2018 15:10:49 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b26e90..770d271 100644 --- a/README.md +++ b/README.md @@ -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 ) ```