Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Jul 29, 2022
1 parent 3fb2812 commit b635796
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ task packageSources(type: Jar, dependsOn: 'classes') {
}

javadoc {
title "Simple Voice Chat Plugin API Version ${version}"
options.windowTitle = "Simple Voice Chat Plugin API"
title "Simple Voice Chat API Version ${version}"
options.windowTitle = "Simple Voice Chat API"
}

artifacts {
Expand Down
4 changes: 2 additions & 2 deletions api/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple Voice Chat Plugin API
# Simple Voice Chat API

This submodule contains everything related to the Simple Voice Chat Plugin API.
This submodule contains everything related to the Simple Voice Chat API.

## Useful Links

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
|
[Credits](https://modrepo.de/minecraft/voicechat/credits)
|
[Plugin API](api/readme.md)
[API](api/readme.md)

# Simple Voice Chat

Expand Down Expand Up @@ -65,7 +65,7 @@ Please read the [wiki](https://modrepo.de/minecraft/voicechat/wiki?t=setup) for
- 3D sound
- AES encryption
- Audio recording with separate audio tracks
- [Plugin API](api/readme.md)
- A powerful [API](api/readme.md)

## Addons

Expand Down

0 comments on commit b635796

Please sign in to comment.