From 29493303574033318159f03b8e8f69a37b71d6fb Mon Sep 17 00:00:00 2001 From: pizzaboxer <41478239+pizzaboxer@users.noreply.github.com> Date: Sun, 5 Jun 2022 07:52:35 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 861c44d..b7cf612 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ Test signature check: Test command line parameter reimplementation (2010/2011 builds only): > `> RobloxApp.exe -a http://polygondev.pizzaboxer.xyz/login/negotiate.ashx -t 0 -j http://polygondev.pizzaboxer.xyz/game/visit.ashx` -Test output and jobId (Arbiter builds only): -> `> RobloxApp.exe -jobId ExampleJobId` - Should open an output console -> Run `print(game.jobId)` - Should print "ExampleJobId" in the console +Test DataModel creation (Arbiter builds only): +> Run `print("NewGame")` - Should create a new DataModel with an executed script # vcpkg ``` @@ -25,4 +24,4 @@ Test output and jobId (Arbiter builds only): > .\vcpkg\bootstrap-vcpkg.bat > .\vcpkg\vcpkg integrate install > .\vcpkg\vcpkg integrate project -``` \ No newline at end of file +```