# HG changeset patch # User Dang Hoang Tuan (Tsuki) # Date 1657847029 -25200 # Fri Jul 15 08:03:49 2022 +0700 # Node ID fb46d32696686b75499777b8def8c47536d67fa0 # Parent 5c70dd724b64a27d2e7e87bb876f5805f292bc89 Update README Contribution section to fit with Sourcehut's unconventional workflow diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ## Table of Content - [Introduction](#introduction) - [Features](#features) +- [Installation](#installation) - [Contributions](#contributions) -- [Installation](#installation) - [Credits](#credits) - [License](#license) @@ -24,10 +24,6 @@ * Terminal-friendly, elegant interface (Returns plain text) * `curl`-friendly -## Contributions - -Contributions are welcome. If you found any bugs or want to requrest a feature, please open an issue. - ## Installation ```sh @@ -37,6 +33,12 @@ go build ``` +## Contributions + +Contributions are welcome. If you found any bugs or want to requrest a feature, please open a discussion in +[my public inbox](https://lists.sr.ht/~tsukii/public-inbox) by sending an email to +[~tsukii/public-inbox@lists.sr.ht](mailto:~tsukii/public-inbox@lists.sr.ht). + ## Credits This software uses [echo](https://echo.labstack.com) web framework