diff --git a/README.md b/README.md index 3076dfa..179fd0e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@
- drawing + drawing +

+ + [![Badge CI]][CI] + [![Badge License]][License] + [![Badge SemVer]][SemVer]
# @@ -29,3 +34,15 @@ To build and run this application you can use Docker ```bash docker compose up production ``` + + +[CI]: https://github.com/anydistro/bxt/actions/workflows/change.yml +[License]: LICENSE +[SemVer]: https://semver.org/spec/v2.0.0.html + + + +[Badge CI]: https://github.com/anydistro/bxt/actions/workflows/change.yml/badge.svg?event=push +[Badge License]: https://img.shields.io/github/license/anydistro/bxt +[Badge SemVer]: https://img.shields.io/badge/SemVer-2.0.0-83649e?logo=semver +