Skip to content

Commit fe6f988

Browse files
authored
Fix badge label case in README
1 parent c01a48b commit fe6f988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://github.com/Despical/CommandFramework/actions/workflows/build.yml/badge.svg)](https://github.com/Despical/CommandFramework/actions/workflows/build.yml)
66
[![](https://img.shields.io/maven-central/v/com.github.despical/command-framework.svg?label=Maven%20Central)](https://repo1.maven.org/maven2/com/github/despical/command-framework)
77
[![](https://img.shields.io/badge/License-GPLv3-blue.svg)](../LICENSE)
8-
[![](https://img.shields.io/badge/javadoc-latest-blue.svg)](https://despical.github.io/CommandFramework)
8+
[![](https://img.shields.io/badge/Javadoc-latest-blue.svg)](https://despical.github.io/CommandFramework)
99

1010
A lightweight, annotation-based command framework inspired by Bukkit’s event system. It eliminates the need to register commands in plugin.yml
1111
while still allowing you to define usage, description, permissions, aliases, sender types, cooldowns, and argument limits directly in code.

0 commit comments

Comments
 (0)