minor bump

This commit is contained in:
2024-07-08 18:01:10 +01:00
parent 3d00c7dd4f
commit 82823687db
5 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ You may also pipe a scripts contents to the CLI:
$(Get-Content .\example_commands.txt) | .\vmrcli.exe -D1 -i
```
Multiple API commands can be in a single line but they should be space separated.
Multiple API commands can be in a single line, they may be delimited by space, `;` or `,`.
## `Build`