diff --git a/_posts/03-05-01-Command-Line-Interface.md b/_posts/03-05-01-Command-Line-Interface.md index 2ab6df0..3371823 100644 --- a/_posts/03-05-01-Command-Line-Interface.md +++ b/_posts/03-05-01-Command-Line-Interface.md @@ -23,7 +23,8 @@ Let's write a simple "Hello, $name" CLI program. To try it out, create a file na {% highlight php %}