diff --git a/README.md b/README.md index 22c58cb..4e80ae1 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ Add the following inside the `` section of your `pom.xml`: > **Note:** Replace `LATEST` with the actual latest version, and set `` to whichever Minecraft version you want to test against. -### 3. Run the server +### 3. Start the server ```bash -mvn package mcrun:run +mvn package mcrun:start ``` This will: