diff --git a/README.md b/README.md index e2324fd..a7a47c6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ launch({ }, // All of the following is required root: "directory", // C:/Users/user/AppData/Roaming/.mc - os: "windows", + os: "windows", // windows, osx, linux version: { number: "1.12.2", // Minecraft version you want to launch type: "MC-Launcher" // Type. Can be anything @@ -25,4 +25,4 @@ launch({ max: "5000" } }) -``` \ No newline at end of file +```