From c5ea79065f98f93f7b16a4d5a504fe5d69451447 Mon Sep 17 00:00:00 2001 From: Daniel Schmelz Date: Sun, 21 Aug 2022 13:55:21 +0200 Subject: [PATCH] Fix typos (#396) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a353d4e..32e606b9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ We offer a lot of repositories building on top of this repository, e.g. ## Documentation Documentation can be found on [amphp.org](https://amphp.org/) as well as in the [`./docs`](./docs) directory. -Each packages has it's own `./docs` directory. +Each package has its own `./docs` directory. ## Requirements @@ -58,7 +58,7 @@ No extensions required! ##### Optional Extensions -Extensions are only needed if your app necessitates a high numbers of concurrent socket connections, usually this limit is configured up to 1024 file descriptors. +Extensions are only needed if your app necessitates a high number of concurrent socket connections, usually this limit is configured up to 1024 file descriptors. - [`ev`](https://pecl.php.net/package/ev) - [`event`](https://pecl.php.net/package/event)