From 5caa9f95d516ea9f396abf5bf095dbeb52996356 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 23 Aug 2024 21:57:21 +1200 Subject: [PATCH] Move "See Also" section. --- readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index fafe90e..5e15e03 100644 --- a/readme.md +++ b/readme.md @@ -31,6 +31,15 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo - [Debugging](https://socketry.github.io/async/guides/debugging/index) - This guide explains how to debug issues with programs that use Async. +## See Also + + - [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client/server. + - [async-websocket](https://github.com/socketry/async-websocket) — Asynchronous client and server websockets. + - [async-dns](https://github.com/socketry/async-dns) — Asynchronous DNS resolver and server. + - [falcon](https://github.com/socketry/falcon) — A rack compatible server built on top of `async-http`. + - [rubydns](https://github.com/ioquatix/rubydns) — An easy to use Ruby DNS server. + - [slack-ruby-bot](https://github.com/slack-ruby/slack-ruby-bot) — A client for making slack bots. + ## Contributing We welcome contributions to this project. @@ -48,12 +57,3 @@ In order to protect users of this project, we require all contributors to comply ### Community Guidelines This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers. - -## See Also - - - [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client/server. - - [async-websocket](https://github.com/socketry/async-websocket) — Asynchronous client and server websockets. - - [async-dns](https://github.com/socketry/async-dns) — Asynchronous DNS resolver and server. - - [falcon](https://github.com/socketry/falcon) — A rack compatible server built on top of `async-http`. - - [rubydns](https://github.com/ioquatix/rubydns) — An easy to use Ruby DNS server. - - [slack-ruby-bot](https://github.com/slack-ruby/slack-ruby-bot) — A client for making slack bots.