Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Candicey authored and Candicey committed Mar 14, 2023
1 parent 67e9f8a commit ca60af3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Lunar-Agent
An java agent for improving LunarClient experience.
A java agent for improving LunarClient experience.
<strong>Only works for version `1.8.9-b4db1c9/master`).</strong>
<br>
<br>
Expand Down Expand Up @@ -31,8 +31,8 @@ The image above is only for showcasing the modules!
<br>

### Commands' Aliases
Take a look at `@me.monmcgt.code.commands.CommandInfo` those files that extend `me.monmcgt.code.commands.CommandAbstract` (e.g. <a href="https://github.com/Monmcgt/Lunar-Agent/blob/cc9ba6aaf0e052e3510540d990f710ff23a57af5/src/main/java/me/monmcgt/code/commands/impl/overlay/BedwarsOverlay%24Command.kt#L17">BedwarsOverlay$Command.kt</a>
#### For Example: `/lunaragent bedwars` can be shorten to `/la bw`
Take a look at `@me.monmcgt.code.commands.CommandInfo` in those files that extend `me.monmcgt.code.commands.CommandAbstract` (e.g. <a href="https://github.com/Monmcgt/Lunar-Agent/blob/cc9ba6aaf0e052e3510540d990f710ff23a57af5/src/main/java/me/monmcgt/code/commands/impl/overlay/BedwarsOverlay%24Command.kt#L17">BedwarsOverlay$Command.kt</a>
#### For Example: `/lunaragent bedwars` can be shortened to `/la bw`

<br>

Expand All @@ -45,3 +45,4 @@ Take a look at `@me.monmcgt.code.commands.CommandInfo` those files that extend `
<li>Easy-to-understand Command System</li>
<li>MCP <-> Lunar Mappings Converter</li>
<li><a href="https://github.com/Monmcgt/Lunar-Agent/tree/master/src/main/java/me/monmcgt/code">...</a></li>
</ul>

0 comments on commit ca60af3

Please sign in to comment.