Skip to content

Commit

Permalink
Update badges in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrTabolin authored Jul 25, 2024
1 parent 5e91bda commit 10a7d9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Konfeature

[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.konfeature/konfeature?style=flat-square)][mavenCentral]
[![Build Status](https://img.shields.io/github/actions/workflow/status/RedMadRobot/konfeature/main.yml?branch=main&style=flat-square)][ci]
[![License](https://img.shields.io/github/license/RedMadRobot/Konfeature?style=flat-square)][license]


Working with remote configuration has become a standard part of the development process for almost any application. Depending on the complexity of the application, several requirements for such functionality may arise, including:
- convenient syntax for declaring configuration elements
- the ability to separate configuration into different files for different features
Expand Down Expand Up @@ -350,4 +353,6 @@ The value of the configuration element is determined in the following order:
Merge requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.

[license]: ../LICENSE
[mavenCentral]: https://central.sonatype.com/artifact/com.redmadrobot.konfeature/konfeature
[ci]: https://github.com/RedMadRobot/Konfeature/actions?query=branch%3Amain
[license]: ./LICENSE

0 comments on commit 10a7d9f

Please sign in to comment.