Removed autoloader reference

This commit is contained in:
Robert Hafner 2013-12-18 17:02:34 -08:00
parent 9cc77d1d14
commit c61e6f41f9

View File

@ -44,7 +44,6 @@ This is just a simple code to show how to access messages by using Fetch. It use
own autoload, but it can (and should be, if applicable) replaced with the one generated
by composer.
require 'autoload.php';
$server = new \Fetch\Server('imap.example.com', 993);
$server->setAuthentication('dummy', 'dummy');
@ -59,4 +58,4 @@ by composer.
## License
Fetch is licensed under the BSD License. See the LICENSE file for details.
Fetch is licensed under the BSD License. See the LICENSE file for details.