We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14584f6 commit 89d1910Copy full SHA for 89d1910
README.md
@@ -1,16 +1,16 @@
1
This PHP library implements a subscriber for PubSubHubbub.
2
3
-It was written by [Josh Fraser](joshfraser.com) and is released under the Apache 2.0 License
+It was written by [Josh Fraser](http://joshfraser.com) and is released under the Apache 2.0 License
4
5
# Install
6
Update your `composer` require block:
7
```json
8
-"require": { "phpsubhubub/subscriber": "*" }
+"require": { "pubsubhubub/subscriber": "*" }
9
```
10
11
# Usage
12
```php
13
-use phpsubhubbub\subscriber\Subscriber;
+use pubsubhubbub\subscriber\Subscriber;
14
15
$hub_url = "http://pubsubhubbub.appspot.com";
16
$callback_url = "put your own endpoint here";
0 commit comments