Include new package in readme
This commit is contained in:
parent
a8d6607dfc
commit
2a988fb168
1 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -1 +1,12 @@
|
|||
A scriptable Java library for chatbots
|
||||
|
||||
## Download
|
||||
- Maven repository: `https://git.m724.eu/api/packages/Minecon724/maven`
|
||||
- Artifact: `eu.m724:chatapi`
|
||||
- Version tags: [here](https://git.m724.eu/Minecon724/chatapi/tags) (`1.0` at the time of writing)
|
||||
|
||||
(or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi))
|
||||
|
||||
## Use
|
||||
See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage \
|
||||
And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources
|
Loading…
Reference in a new issue