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.