Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Dec 5, 2024
1 parent 13deea5 commit 865f60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ List<Item> items = new RssReader().read("file:/path/to/file");


### Read from multiple feeds
Read from multiple feeds into a single stream of items sored in descending (newest first) publication date order and prints the title.
Read from multiple feeds into a single stream of items sorted in descending (newest first) publication date order and prints the title.
```java
List<String> urls = List.of(URL1, URL2, URL3, URL4, URL5);
new RssReader().read(urls)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ List<Item> items = new RssReader().read("file:/path/to/file");


### Read from multiple feeds
Read from multiple feeds into a single stream of items sored in descending (newest first) publication date order and prints the title.
Read from multiple feeds into a single stream of items sorted in descending (newest first) publication date order and prints the title.
```java
List<String> urls = List.of(URL1, URL2, URL3, URL4, URL5);
new RssReader().read(urls)
Expand Down

0 comments on commit 865f60d

Please sign in to comment.