From c61e6f41f91edb54f19864b83bc07389fb234536 Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Wed, 18 Dec 2013 17:02:34 -0800 Subject: [PATCH] Removed autoloader reference --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b63e494..aa9027f 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Fetch is licensed under the BSD License. See the LICENSE file for details.