Skip to content

Commit c61e6f4

Browse files
committed
Removed autoloader reference
1 parent 9cc77d1 commit c61e6f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ This is just a simple code to show how to access messages by using Fetch. It use
4444
own autoload, but it can (and should be, if applicable) replaced with the one generated
4545
by composer.
4646

47-
require 'autoload.php';
4847

4948
$server = new \Fetch\Server('imap.example.com', 993);
5049
$server->setAuthentication('dummy', 'dummy');
@@ -59,4 +58,4 @@ by composer.
5958

6059
## License
6160

62-
Fetch is licensed under the BSD License. See the LICENSE file for details.
61+
Fetch is licensed under the BSD License. See the LICENSE file for details.

0 commit comments

Comments
 (0)