diff --git a/API-Usages.md b/API-Usages.md index ad03437..81829c9 100644 --- a/API-Usages.md +++ b/API-Usages.md @@ -27,10 +27,10 @@ Things to note: ### Loading/Unloading a world You may want to unload worlds when unused and load them back when it's needed. ```java -// unloading +// Unloading worldManager.unloadWorld("creative"); -// loading +// Loading worldManager.loadWorld("creative"); ``` Things to note: