Skip to content

Commit

Permalink
Removed autoloader reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Dec 19, 2013
1 parent 9cc77d1 commit c61e6f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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.

0 comments on commit c61e6f4

Please sign in to comment.