From 96d8150406f67e683ef4acc09fef91785fef1266 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Fri, 29 Nov 2013 12:09:24 -0500 Subject: [PATCH] Fixed reference to how to do things without autoloading to point to the new section. --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index b459eff..25b0cdc 100644 --- a/Readme.md +++ b/Readme.md @@ -49,9 +49,8 @@ Usage This library package is meant to be used with class autoloading. For autoloading to work, your project needs have setup a PSR-0-compatible autoloader. See the -included Readme.php file for a minimal autoloader setup. (If you don't want to -use autoloading you can do a classic `require_once` to manually include the -files prior use instead.) +included Readme.php file for a minimal autoloader setup. (If you cannot use +autoloading, see below.) With class autoloading in place, putting the 'Michelf' folder in your include path should be enough for this to work: