diff --git a/api/build.gradle b/api/build.gradle index 49b6c766c..f93d10e87 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -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 { diff --git a/api/readme.md b/api/readme.md index d438e0e83..5a3f2ce7d 100644 --- a/api/readme.md +++ b/api/readme.md @@ -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 diff --git a/readme.md b/readme.md index 9d02359f2..0041f3a17 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ | [Credits](https://modrepo.de/minecraft/voicechat/credits) | -[Plugin API](api/readme.md) +[API](api/readme.md) # Simple Voice Chat @@ -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