Skip to content

Commit f989630

Browse files
committed
Update readme.md
1 parent 981b501 commit f989630

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
> A PHP implementation of the Activity Streams 2.0 specification
44
55
[![Software License][ico-license]](LICENSE.md)
6+
[![Latest Version on Packagist][ico-version]][link-packagist]
7+
[![Total Downloads][ico-downloads]][link-downloads]
8+
69

710
**This package is in active development, this is not a complete implementation of ActivityStreams 2.0**
811

@@ -38,7 +41,7 @@ $item->addField('url', 'http://example.org/permalink/123');
3841
echo $item->get();
3942

4043
```
41-
44+
### Result:
4245
``` json
4346
{
4447
"@context": "https:\/\/www.w3.org\/ns\/activitystreams",
@@ -98,3 +101,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
98101
[link-downloads]: https://packagist.org/packages/dansup/php-activitystreams
99102
[link-author]: https://github.com/dansup
100103
[link-contributors]: ../../contributors
104+

0 commit comments

Comments
 (0)