Skip to content

Commit

Permalink
Trivial docs corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Aug 10, 2024
1 parent f80d9d8 commit 7dbf849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd modded-minecraft
./gradlew runServer
```

> **_INFO:_** First time you start the Mincraft server you will have to accept the eula by changing eula=false to eula=true in the file `modded-minecraft/run/eula.txt`
> **_INFO:_** First time you start the Minecraft server you will have to accept the eula by changing eula=false to eula=true in the file `modded-minecraft/run/eula.txt`
### Start the minecraft client

Expand Down Expand Up @@ -41,7 +41,7 @@ pauseOnLostFocus:false
### Build the extension

```bash
cd extension/minecrafter
cd extension
mvn install
```

Expand Down

0 comments on commit 7dbf849

Please sign in to comment.