Fixed reference to how to do things without autoloading to point to the new section.

This commit is contained in:
Michel Fortin 2013-11-29 12:09:24 -05:00
parent ea0f066378
commit 96d8150406

View file

@ -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: