Skip to content

Commit

Permalink
Update the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Jul 28, 2015
1 parent f62fa88 commit 94fe761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 94fe761

Please sign in to comment.