From efcf7c203386352a4702554ec906f96985be276f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 14 Feb 2023 16:25:40 -0800 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 828adf2..6c681d3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ That's it! ## More examples -The [examples](./examples) folder has several examples of pulling in other libraries frameworks, such as [ReactPHP](examples/httpd-react.php), [Symfony Console](examples/cli-symfony.php), [Clippy](examples/cli-clippy.php), and [Robo](examples/cli-robo.php). +The [examples](./examples) folder has several examples of using other libraries and frameworks, such as [ReactPHP](examples/httpd-react.php), [Symfony Console](examples/cli-symfony.php), [Clippy](examples/cli-clippy.php), and [Robo](examples/cli-robo.php). Each example is an executable program. ## Motivation