From 739e14e75e31988b494071d7d8c99486da1aecf3 Mon Sep 17 00:00:00 2001 From: Dimitar Peychinov Date: Thu, 4 Apr 2024 17:01:06 +0300 Subject: [PATCH 1/2] Update readme.md - fixing a typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 90905a9c..7955a4f0 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Async is a composable asynchronous I/O framework for Ruby based on [io-event](ht Please see the [project documentation](https://socketry.github.io/async/) for more details. - - [Getting Started](https://socketry.github.io/async/guides/getting-started/index) - This guide gives shows how to add + - [Getting Started](https://socketry.github.io/async/guides/getting-started/index) - This guide shows how to add async to your project and run code asynchronously. - [Asynchronous Tasks](https://socketry.github.io/async/guides/asynchronous-tasks/index) - This guide explains how From a757437672931d82ffa3b924eb369eb8bda128c4 Mon Sep 17 00:00:00 2001 From: Dimitar Peychinov Date: Fri, 5 Apr 2024 11:08:04 +0300 Subject: [PATCH 2/2] fixup - to be squashed --- guides/getting-started/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/getting-started/readme.md b/guides/getting-started/readme.md index fd9d17dd..d46788a1 100644 --- a/guides/getting-started/readme.md +++ b/guides/getting-started/readme.md @@ -1,6 +1,6 @@ # Getting Started -This guide gives shows how to add async to your project and run code asynchronously. +This guide shows how to add async to your project and run code asynchronously. ## Installation