diff --git a/README.md b/README.md index 64c60ab..4be9894 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ # MimeTreeParser This repository contains a parser for a MIME tree and is based on KMime. The goal is given a MIME tree to extract a list of parts (e.g. text, html) and a list of attachments, check the validity of the signatures and decrypt any encrypted part. -![coverage](https://invent.kde.org/carlschwan/mimetreeparser/badges/master/coverage.svg?job=suse_tumbleweed_qt515) +![coverage](https://invent.kde.org/carlschwan/mimetreeparser/badges/master/coverage.svg) ## Example Example usage of this library can be found in the examples folder. QML usage (examples/qml): ![](screenshots/screenshot.png) Widgets usage (examples/widgets): ![](screenshots/widgets.png) ## License This project is licensed under the GNU General License (GPL-2.0-only AND GPL-2.0-or-later). New files are expected to be licensed under the GPL-2.0-or-later.