Skip to content

Commit

Permalink
Additional README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdias committed Jun 5, 2016
1 parent 55a5ec4 commit 8467060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ FeedParser(URL: URL)?.parse({ (result) in

})
```
> Refer to the [`RSSFeed` documentation](http://cocoadocs.org/docsets/FeedParser) for the complete model description
> Refer to the [`RSSFeed`](http://cocoadocs.org/docsets/FeedParser) documentation for the complete model properties and description
#### AtomFeed

Expand All @@ -164,7 +164,7 @@ FeedParser(URL: URL)?.parse({ (result) in

})
```
> Refer to the [`AtomFeed` documentation](http://cocoadocs.org/docsets/FeedParser) for the complete model description
> Refer to the [`AtomFeed`](http://cocoadocs.org/docsets/FeedParser) documentation for the complete model properties and description
## License

Expand Down

0 comments on commit 8467060

Please sign in to comment.