@@ 26,7 26,3 @@ mfn interfaces with an existing Miniflux server. Please see the [Miniflux docs](
## Implementation
`mfn` uses the official Miniflux Golang client to query Miniflux for new entries. On the first run, `mfn` will determine the id of the most recent entry and store it in a plaintext file. On subsequent runs, `mfn` will only request entries posted after the latest entry, updating the latest entry id on each run. Each entry requested after the initial sync will trigger notifications based on the notifications in the config file.
-
-## Contributing
-
-Bug-tracker: [todo.sr.ht/~gjabell/mfn](https://todo.sr.ht/~gjabell/mfn)