From b332019d1400656c24c8ba80f8cc870552979737 Mon Sep 17 00:00:00 2001 From: Christian Daguerre Date: Sun, 30 Nov 2014 22:58:17 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c1df895..4af5a85 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ Take a look at the [Events](https://github.com/cdaguerre/php-trello-api/blob/mas use Trello\Client; use Trello\Service; use Trello\Events; -use Symfony\Component\EventDispatcher\EventSubscriberInterface; $client = new Client(); $client->authenticate('api_key', 'token', Client::AUTH_URL_CLIENT_ID);