From a02f8746ffd7fb559dae7ef9e4c1c3e152b98dac Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 8 Jan 2019 22:50:13 -0600 Subject: [PATCH] Tweaking basics chapter text --- chapters/basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/basics.md b/chapters/basics.md index 5250098..76b8710 100644 --- a/chapters/basics.md +++ b/chapters/basics.md @@ -1,6 +1,6 @@ If you want to follow along by writing code, start by downloading a code editor. I recommend [Visual Studio Code](https://code.visualstudio.com/) or [Sublime Text](https://www.sublimetext.com/). -Next, create a new file in your editor called `basics.php` and save it anywhere on your computer like a folder +Next, create a new file in your editor called `basics.php` and save it anywhere on your computer, like a folder in your documents called `phpapprentice`. Now, we can write some PHP. All PHP files must start with a `