diff --git a/README.md b/README.md index cdaf01fe..a6efdb0b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ FrankenPHP works with any PHP app and makes your Symfony projects faster than ev FrankenPHP can also be used as a standalone Go library to embed PHP in any app using `net/http`. -[**Learn more** on *frankenphp.dev*](https://frankenphp.dev) and in this slide deck: +[**Learn more** on *frankenphp.dev*](https://frankenphp.dev) in this slide deck: Slides diff --git a/docs/compile.md b/docs/compile.md index 255e1fb0..9e4cb24d 100644 --- a/docs/compile.md +++ b/docs/compile.md @@ -50,7 +50,7 @@ export CFLAGS="-DNO_SIGPROF" --with-iconv=/opt/homebrew/opt/libiconv/ ``` -These flags are required, but you can add other flags (extra extensions...) +These flags are required, but you can add other flags (e.g. extra extensions) if needed. ## Compile PHP diff --git a/docs/early-hints.md b/docs/early-hints.md index ddfce444..ae8e656d 100644 --- a/docs/early-hints.md +++ b/docs/early-hints.md @@ -1,7 +1,7 @@ # Early Hints FrankenPHP natively supports the [103 Early Hints status code](https://developer.chrome.com/blog/early-hints/). -Using Early Hints can improve the load of your web pages by 30%. +Using Early Hints can improve the load time of your web pages by 30%. ```php