Skip to content

Commit 89d1910

Browse files
committed
Fix readme
1 parent 14584f6 commit 89d1910

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
This PHP library implements a subscriber for PubSubHubbub.
22

3-
It was written by [Josh Fraser](joshfraser.com) and is released under the Apache 2.0 License
3+
It was written by [Josh Fraser](http://joshfraser.com) and is released under the Apache 2.0 License
44

55
# Install
66
Update your `composer` require block:
77
```json
8-
"require": { "phpsubhubub/subscriber": "*" }
8+
"require": { "pubsubhubub/subscriber": "*" }
99
```
1010

1111
# Usage
1212
```php
13-
use phpsubhubbub\subscriber\Subscriber;
13+
use pubsubhubbub\subscriber\Subscriber;
1414

1515
$hub_url = "http://pubsubhubbub.appspot.com";
1616
$callback_url = "put your own endpoint here";

0 commit comments

Comments
 (0)