Skip to content

Commit 65282f0

Browse files
authored
Merge pull request #5 from Chave0v0/dev
update banner
2 parents c4e60a2 + aa5c830 commit 65282f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/chave/Main.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ public void initialize(MontoyaApi montoyaApi) {
1616
Logging log = API.logging();
1717

1818
API.extension().setName("API Highlighter");
19-
log.logToOutput("Hello World");
19+
log.logToOutput("API Highlighter v1.0.0\n" +
20+
"Rebuild: Chave" +
21+
"GitHub: https://github.com/Chave0v0/API-Highlighter");
2022

2123
// 初始化ui
2224
MainUI ui = new MainUI(montoyaApi);

0 commit comments

Comments
 (0)