Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 38f5a2d

Browse files
committed
Updated namespaces in the readme
1 parent 9f4605a commit 38f5a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ return array(
2727
new \Phergie\Plugin\Http\Plugin, // Handles the HTTP requests for this plugin
2828

2929
// configuration
30-
new \Phergie\Plugin\Url\Plugin(array(
30+
new \Phergie\Irc\Plugin\React\Url\Plugin(array(
3131
// All configuration is optional
3232

3333
'hostUrlEmitsOnly' => false, // url.host.(all|<host>) emits only, no further URL handling / shortening
3434

3535
// or
3636

37-
'handler' => new \Phergie\Plugin\Url\DefaultUrlHandler(), // URL handler that creates a formatted message based on the URL
37+
'handler' => new \Phergie\Irc\Plugin\React\Url\DefaultUrlHandler(), // URL handler that creates a formatted message based on the URL
3838

3939
// or
4040

0 commit comments

Comments
 (0)