From 72fc647f00f8d647e53875dc083e15954f8dfa9a Mon Sep 17 00:00:00 2001 From: Esper Thomson Date: Tue, 18 May 2021 09:19:25 -0400 Subject: [PATCH] Added "if you have any questions" messages. --- README.md | 2 ++ build/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 70a74ab..3c165bb 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ public class Main : ModEntryPoint // Your mod's entry poin KeybindLib has other useful features, like multiple default keybinds, multiple translations, `keyReleased` and `keyDownUpdate`, and more. To see examples of all of them, check out [`src/ExampleMod`](./src/ExampleMod). Every KeybindLib release comes with an `ExampleMod.zip` bundled with it. +If you have any questions, feel free to message me on Discord (`Esper#8989`) or matrix (`@esper89:matrix.org`). + ## Features - Adding new keybinds. diff --git a/build/README.md b/build/README.md index 0251bd7..584f307 100644 --- a/build/README.md +++ b/build/README.md @@ -67,3 +67,5 @@ make install ``` When building in `Release` mode, XML and markdown documentation are generated. The markdown documentation is copied to [`src/KeybindLib/README.md`](../src/KeybindLib/README.md) and committed by the GitHub Actions workflow. + +If you have any questions, feel free to message me on Discord (`Esper#8989`) or matrix (`@esper89:matrix.org`).