Skip to content

Commit c6243c6

Browse files
Fix a tiny grammar bug in README.md (#100)
Change "Since most modern PHP application is based on..." to "Since most modern PHP applications are based on..."
1 parent fc5aedf commit c6243c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Since your application is not connected to the global state, it is very portable
4646
It is easy to create a `Runtime` to run the application with Bref, Swoole or
4747
ReactPHP without making any change to the application itself.
4848

49-
Since most modern PHP application is based on Symfony's HttpKernel, PSR-7 or PSR-15
50-
we don't need too many different runtimes. This organization holds many PHP packages
51-
with runtimes for the most popular environments. It is not "*the source of all
52-
runtimes*", but rather a temporary place where runtimes can live before they move
53-
in to Bref/Swoole/RoadRunner etc.
49+
Since most modern PHP applications are based on Symfony's HttpKernel, PSR-7 or
50+
PSR-15 we don't need too many different runtimes. This organization holds many PHP
51+
packages with runtimes for the most popular environments. It is not "*the source of
52+
all runtimes*", but rather a temporary place where runtimes can live before they
53+
move in to Bref/Swoole/RoadRunner etc.
5454

5555
All runtimes have hard dependencies to make installation easier. Everything should
5656
"just work".

0 commit comments

Comments
 (0)