Skip to content

Commit

Permalink
doc(README): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaytan committed Mar 22, 2023
1 parent fd6e42b commit ceac2a5
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 @@ -38,7 +38,7 @@ public class YourPlugin extends JavaPlugin {
}
```

Then you can simply declare loggers as follows:
Then you can simply declare a new logger as follows:

```java
import org.slf4j.Logger;
Expand Down Expand Up @@ -69,7 +69,7 @@ public class MyClass {
}
```

You can find a concrete Bukkit plugin using this
You can find a concrete example of Bukkit plugin using this
extension [here](https://github.com/Djaytan/mc-jobs-reborn-patch-place-break).

## Contributing
Expand Down

0 comments on commit ceac2a5

Please sign in to comment.