diff --git a/ChatTwo/ChatTwo.yaml b/ChatTwo/ChatTwo.yaml index 383a3b4..08c9a6e 100755 --- a/ChatTwo/ChatTwo.yaml +++ b/ChatTwo/ChatTwo.yaml @@ -12,6 +12,7 @@ description: |- - Completely variable font size - Sidebar tabs - Unread counts + - Emotes - Screenshot mode (obfuscate names) repo_url: https://github.com/Infiziert90/ChatTwo accepts_feedback: true diff --git a/README.md b/README.md index a1a421f..6a13a4c 100644 --- a/README.md +++ b/README.md @@ -11,21 +11,22 @@ It supports: - Completely variable font size - Sidebar tabs - Unread counts +- Emotes - Screenshot mode (obfuscate names) --- ### Chat Window -![chatWindow.png](ChatTwo%2Fimages%2FchatWindow.png) +![chatWindow.png](ChatTwo/images/chatWindow.png) ### With SimpleTweaks "Chat Name Colors" -![withSimpleTweaks.png](ChatTwo%2Fimages%2FwithSimpleTweaks.png) +![withSimpleTweaks.png](ChatTwo/images/withSimpleTweaks.png) --- ### IPC Integration Other plugins can easily integrate their functionality into the context menu of chat2 -For more infos read [ipc.md](ipc.md) +For more infos read [IPC Guide](ipc.md) ---