From e19ab758a47abeb75478cff4a6f736a80b17f77a Mon Sep 17 00:00:00 2001 From: Akkariin Meiko <34357771+kasuganosoras@users.noreply.github.com> Date: Fri, 28 Sep 2018 04:18:54 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1aa289..fe76c17 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $Libvirt->start("Test"); String createDisk ( Name, Format, Size ) ``` #### create a Virtual Machine xml config file -The method of createVMXML have 13 args. +The method of createVMXML have 13 params. ```php void createVMXL ( Name, vCPU, Ram, Disk, ISO, Boot Device, Network type, Network name, MAC Address, Network bridge, Bandwidth in, Bandwidth out, VNC Port ) ``` @@ -59,7 +59,7 @@ String start ( Name ) String shutdown ( Name ) ``` #### Force stop the virtual machine -if your virtual machine in trouble and can't use shutdown to make if off, you can use this method to force stop it. +if your virtual machine is in trouble and can't use shutdown to make if off, you can use this method to force stop it. ```php String destroy ( Name ) ```