Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koply authored Jan 27, 2021
1 parent ec09f2d commit 119ec3f
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 @@ -356,7 +356,7 @@ You can visit the references below for examples.

Plugins must have a `plugin.yml` file. This file contains some critical information.

A example `plugin.yml` file:
An example `plugin.yml` file:
```yml
author: Koply
main: me.koply.plugin.Main
Expand All @@ -365,7 +365,7 @@ name: AmazingPlugin
description: I'm Thor's Mjöllnir.
```
A example Main class for JDA:
An example Main class for JDA:
```java
public class Main extends JDAPlugin {

Expand Down

0 comments on commit 119ec3f

Please sign in to comment.