8000 Update readme.md - fixing a typo (#313) · socketry/async@6b836c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b836c7

Browse files
authored
Update readme.md - fixing a typo (#313)
1 parent 0cb86f9 commit 6b836c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/getting-started/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started
22

3-
This guide gives shows how to add async to your project and run code asynchronously.
3+
This guide shows how to add async to your project and run code asynchronously.
44

55
## Installation
66

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Async is a composable asynchronous I/O framework for Ruby based on [io-event](ht
2020

2121
Please see the [project documentation](https://socketry.github.io/async/) for more details.
2222

23-
- [Getting Started](https://socketry.github.io/async/guides/getting-started/index) - This guide gives shows how to add
23+
- [Getting Started](https://socketry.github.io/async/guides/getting-started/index) - This guide shows how to add
2424
async to your project and run code asynchronously.
2525

2626
- [Asynchronous Tasks](https://socketry.github.io/async/guides/asynchronous-tasks/index) - This guide explains how

0 commit comments

Comments
 (0)
0