Browse Source

update readme

main
ghost 11 months ago
parent
commit
7c0039bd91
  1. 4
      README.md

4
README.md

@ -24,7 +24,7 @@ Read remote URL and convert response to formatted twister messages
$array = \Twisterarmy\Twister\Rss::feed('url'); $array = \Twisterarmy\Twister\Rss::feed('url');
``` ```
##### Attributes ##### Request
* `url` - feed address * `url` - feed address
* `format` - `{title} {link}` by default * `format` - `{title} {link}` by default
@ -34,7 +34,7 @@ $array = \Twisterarmy\Twister\Rss::feed('url');
* `length` - `256` by default * `length` - `256` by default
* `errors` - array of errors * `errors` - array of errors
##### Result ##### Response
``` ```
[ [

Loading…
Cancel
Save