Skip to content

Commit

Permalink
Update readme.md - fixing a typo (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
peychinov committed Apr 5, 2024
1 parent 0cb86f9 commit 6b836c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/getting-started/readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b836c7

Please sign in to comment.