From c1e24ab33ee767fc34420781ef7199ab7569fffe Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 26 Dec 2018 19:12:36 -0600 Subject: [PATCH] Edited home page text --- assets/templates/index.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/templates/index.phtml b/assets/templates/index.phtml index eccd859..0fa74e5 100644 --- a/assets/templates/index.phtml +++ b/assets/templates/index.phtml @@ -5,7 +5,7 @@
-

PHP Apprentice (beta)

+

PHP Apprentice

A site for learning how to use PHP

@@ -15,10 +15,10 @@ The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.

- PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the GitHub repository. + PHP Apprentice is currently a work in progress. If you would like to contribute or request a certain discussion topic, checkout the GitHub repository.

- To get started, you will need to install PHP 7.1, have a text editor and open your terminal. + To get started, you will need to install PHP, have a text editor and open your terminal. Each example in PHP Apprentice can by typed into a PHP file and executed in the terminal. Let's get started! 😃