Skip to content

Commit 6058485

Browse files
authored
Update README.md
1 parent b9a4363 commit 6058485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We will be adding more data types later on.
2020
#### CreateJava
2121
Create a new JVM with a jar. Returns JVM ID.
2222
```lua
23-
CreateJava(path)
23+
local jvmID = CreateJava(path)
2424
```
2525
* **path** Relative path to the jar file, relative from the root server directory. Example: path/to/file.jar
2626

0 commit comments

Comments
 (0)