diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 17:53:47 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 17:53:47 +0200 |
commit | c05a640571b57bd63e67867f9d8122c4e2d1d183 (patch) | |
tree | 0d5d977014b14f9b9dff10b27943f060d98ace4b /README.md | |
parent | 1df51b8703ea952073d80c1690c1f4ea03521e4c (diff) | |
download | feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.tar.gz feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.tar.bz2 feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.zip |
Typo and mention config example in README
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ It also includes the features that up to now only lived on [my own branch][nec]. It aims to be compatible in functionality and configuration, and should mostly work as a drop-in replacement (but see [Changes](#changes)). +An example configuration can be found [here](config.yml.example). + ## Features * Support for most feed formats. See [gofeed documentation](https://github.com/mmcdole/gofeed/blob/master/README.md#features) |