From cabe8ad232836c8142653ac0bb6090ffcbb36fb8 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Fri, 2 Jan 2015 14:55:10 +0200 Subject: [PATCH] Update 03-05-01-Command-Line-Interface.md I think additional emphasis on the **not** could improve the text as it can be missed (at first read "*... put in public*", though "*that isn't right*" and rereading noticed the not). --- _posts/03-05-01-Command-Line-Interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/03-05-01-Command-Line-Interface.md b/_posts/03-05-01-Command-Line-Interface.md index 5bc19e6..12bbbe1 100644 --- a/_posts/03-05-01-Command-Line-Interface.md +++ b/_posts/03-05-01-Command-Line-Interface.md @@ -9,7 +9,7 @@ PHP was created to write web applications, but is also useful for scripting comm Command line PHP programs can help automate common tasks like testing, deployment, and application administrivia. CLI PHP programs are powerful because you can use your app's code directly without having to create and secure a web -GUI for it. Just be sure not to put your CLI PHP scripts in your public web root! +GUI for it. Just be sure **not** to put your CLI PHP scripts in your public web root! Try running PHP from your command line: