Skip to content

Commit 48305b8

Browse files
author
Dinar Garipov
committed
Readme updated
1 parent 15cfd5e commit 48305b8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,19 @@ Pinger::pingFeedburner('Title of post', 'http://url.of/your-post', 'http://url.o
8383
Pinger::pingWeblogs('Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');
8484
```
8585

86+
**PingOMatic**
87+
88+
``` php
89+
Pinger::pingPingOMatic(
90+
'Title of post',
91+
'http://url.of/your-post',
92+
'http://url.of/your-rss(optional)',
93+
[
94+
'additional' => 'params',
95+
'to' => 'send',
96+
]);
97+
```
98+
8699
#### Ping any other service
87100

88101
``` php

0 commit comments

Comments
 (0)