diff --git a/wiki/pages/getting-started.md b/wiki/pages/getting-started.md index 7b6275a..826cecc 100644 --- a/wiki/pages/getting-started.md +++ b/wiki/pages/getting-started.md @@ -66,7 +66,8 @@ Type: `ls` to see where you are. You should see a directory called "public_html" Type: `cd public_html` to move into that folder. (cd stands for change directory.) Type: `ls` to see where you are. You should see your index.php file -Editing your index.php file + +## Editing your index.php file Type: `nano index.php` to open your index.php file and begin editing