From 41521970b8d9e9cf589e5205a27ae275a5bb0b25 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Tue, 8 Aug 2023 21:52:22 +0200 Subject: [PATCH] Added bugs section to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16af0ba..a975ff7 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,14 @@ for (const glyph of latin) {/* ... */} This is much cleaner and more idiomatic. +## Questions and bugs + +Did you find a mistake in an alphabet, or another bug? Please [report it](https://github.com/garraflavatra/alphabets/issues/new) — thank you! I'll try to fix it as soon as possible. + +You may use the same issue form for questions, too. + ## Copyright -(c) 2021-2023 Romein van Buren. Licensed under the MIT license. +(c) 2021-2023 [Romein van Buren](mailto:romein@vburen.nl). Licensed under the MIT license. For the full copyright and license information, please see the [`LICENSE.md`](./LICENSE.md) file that was distributed with this source code.