Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muhrifqii committed Aug 25, 2019
1 parent f078bf8 commit 2cd0a9a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@

Simple, concise, and extensible RSS Parser in the entire coffee shop.
It can capture these information from the RSS article:
- [x] Title
- [x] Description
- [x] Link
- [x] Publication Date
- [x] Image
- [x] Item GUId
- [x] Language
- [x] Media
- [ ] Author
- [ ] Categories
- [x] Title
- [x] Description
- [x] Link
- [x] Publication Date
- [x] Image
- [x] Item GUId
- [x] Language
- [x] Media
- [ ] Author
- [ ] Categories

`ParseRSS` mainly has two main objects. `RSSFeedObject` and `RSSItemObject`.
You can create your own parsing strategy by implementing `RSSFeed` and `RSSItem`.
Expand Down Expand Up @@ -114,7 +114,7 @@ implementation "com.github.muhrifqii.ParseRSS:retrofit:$version"
```

## License
```
```text
Copyright (c) 2019 Muhammad Rifqi Fatchurrahman
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down

0 comments on commit 2cd0a9a

Please sign in to comment.