From 3cb04dca341b2c68c75196e52c57b9439c7b21cd Mon Sep 17 00:00:00 2001 From: Goran Rakic Date: Fri, 13 Jul 2012 23:46:49 +0200 Subject: [PATCH] Move two disclaimers together --- _includes/welcome.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/welcome.md b/_includes/welcome.md index 5fbe7f2..bbd114f 100644 --- a/_includes/welcome.md +++ b/_includes/welcome.md @@ -2,10 +2,10 @@ 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 standards, and links to authoritative tutorials around the Web. -It is important to understand _there is no canonical way to use PHP_. That's the beauty of it. This website introduces new PHP developers to best practices, available options, and good information. - ## Disclaimer +It is important to understand _there is no canonical way to use PHP_. That's the beauty of it. This website introduces new PHP developers to best practices, available options, and good information. + This is a living document and will continue to be updated with more helpful information and examples as they become available. ## How to Contribute