From 01a544e8f645dbc288064bcfcf316df03cd6142d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20=E2=80=9CFelds=E2=80=9D=20Liscia?= Date: Sat, 14 Dec 2013 19:45:21 -0200 Subject: [PATCH] fix file path in config sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d8014d..96e9aee 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Installation #app/config/config.yml fos_twitter: - file: %kernel.root_dir%/../vendor/twitteroauth/twitteroauth/twitteroauth.php + file: %kernel.root_dir%/../vendor/kertz/twitteroauth/twitteroauth/twitteroauth.php consumer_key: xxxxxx consumer_secret: xxxxxx callback_url: http://www.example.com/login_check