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 `