Skip to content

Commit

Permalink
Fix typos (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
krsriq authored Aug 21, 2022
1 parent 9d5100c commit c5ea790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down

0 comments on commit c5ea790

Please sign in to comment.