Skip to content

Commit

Permalink
Fixed minor typo in config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lallassu authored Jul 21, 2020
1 parent d576ff4 commit 7cb1222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ and name fields. (See the example below for supported options).
"OPMLFile": "../example_ompl.xml",
"feeds": [
"https://news.ycombinator.com/rss",
("url": "https://www.sweclockers.com/feeds/nyheter", "name": "Swedish Overclocking"},
("url": "https://www.reddit.com/r/homeassistant/.rss", "name": "Home Assistant"},
("url": "https://www.reddit.com/r/golang/.rss"},
{"url": "https://www.sweclockers.com/feeds/nyheter", "name": "Swedish Overclocking"},
{"url": "https://www.reddit.com/r/homeassistant/.rss", "name": "Home Assistant"},
{"url": "https://www.reddit.com/r/golang/.rss"},
{"url": "https://www.reddit.com/r/programming/.rss"}
],
"feedWindowSizeRatio": 2,
Expand Down

0 comments on commit 7cb1222

Please sign in to comment.