Skip to content

Commit

Permalink
Added "if you have any questions" messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esper89 committed May 18, 2021
1 parent e64ade6 commit 72fc647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

0 comments on commit 72fc647

Please sign in to comment.