We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a4363 commit 6058485Copy full SHA for 6058485
README.md
@@ -20,7 +20,7 @@ We will be adding more data types later on.
20
#### CreateJava
21
Create a new JVM with a jar. Returns JVM ID.
22
```lua
23
-CreateJava(path)
+local jvmID = CreateJava(path)
24
```
25
* **path** Relative path to the jar file, relative from the root server directory. Example: path/to/file.jar
26
0 commit comments