From 1335c73622b19c252253de4fc957a997529a2288 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 14 Jul 2012 14:24:35 -0400 Subject: [PATCH] Tweak welcome text --- _includes/welcome.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/welcome.md b/_includes/welcome.md index de67a76..942ad80 100644 --- a/_includes/welcome.md +++ b/_includes/welcome.md @@ -1,12 +1,12 @@ # Welcome There's a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and bad -code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding +code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web. ## Disclaimer -_There is no canonical way to use PHP_. However, this website is a humble display of some of the best practices, +_There is no canonical way to use PHP_. However, this website is a humble display of best practices, available options, and good information. It aims to introduce new PHP developers and to rethink seasoned pros with fresh ideas.