diff --git a/README.md b/README.md index ba3d35e402..2881311b85 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,8 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Coverage Status](https://coveralls.io/repos/github/inventree/InvenTree/badge.svg)](https://coveralls.io/github/inventree/InvenTree) [![Crowdin](https://badges.crowdin.net/inventree/localized.svg)](https://crowdin.com/project/inventree) -![PEP](https://github.com/inventree/inventree/actions/workflows/style.yaml/badge.svg) -![SQLite](https://github.com/inventree/inventree/actions/workflows/coverage.yaml/badge.svg) -![MySQL](https://github.com/inventree/inventree/actions/workflows/mysql.yaml/badge.svg) -![PostgreSQL](https://github.com/inventree/inventree/actions/workflows/postgresql.yaml/badge.svg) +![CI](https://github.com/inventree/inventree/actions/workflows/qc_checks.yaml/badge.svg) +![Docker](https://github.com/inventree/inventree/actions/workflows/docker_latest.yaml/badge.svg) InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a JSON API for interaction with external interfaces and applications.