From 506455e767d42f1f5b251f8d7fc80c6ce6a27795 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 14 Dec 2022 21:42:10 +0000 Subject: [PATCH] md fix --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27ba58f..b520ce6 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ The following methods are available: - hide - restart - shutdown -- Load() +- Load(filepath) The following properties are write only and accept boolean values: @@ -252,8 +252,7 @@ $vmr.command.show $vmr.command.lock = $true - -$vmr.command.Load("") +$vmr.command.Load("path/to/filename.xml") ``` ### Recorder