use addPlugin() in the README setup example

This commit is contained in:
Brion Vibber 2009-10-29 15:08:24 -04:00
parent 201cbb56b6
commit 666c18a1dd
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ Installation
To enable the plugin, add the following to your config.php:
require_once(INSTALLDIR . '/plugins/TwitterBridge/TwitterBridgePlugin.php');
$tb = new TwitterBridgePlugin();
addPlugin("TwitterBridge");
OAuth is used to to access protected resources on Twitter (as opposed to
HTTP Basic Auth)*. To use Twitter bridging you will need to register