From 94fe7618c242df3733d8bcaa3f2b8293e79f0136 Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Tue, 28 Jul 2015 11:27:18 -0500 Subject: [PATCH] Update the README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f6f5c5..dcc1210 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ echo 'Your favorite letter is ' . $letter . '.'; Which is your favorite letter: A, B, C, or D? B // <- User types 'B' Your favorite letter is B. -These are pretty basic example. Ideally, you could wire an application to +These are pretty basic examples. Ideally, you could wire an application to use the console but setting routes, controllers and actions. Refer to the [Pop PHP Skeleton](https://github.com/popphp/popphp-skeleton) example application to see how to wire up a CLI-based application using Pop PHP.