Skip to content

Commit 32f29c3

Browse files
committed
docs: readme polished
1 parent 73d22d7 commit 32f29c3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It applies **versioned, auditable changes** to the external systems your applica
3434
It runs **inside your application** (or via the **CLI**) — not in CI/CD — ensuring that every environment starts with the exact data, schema, and configuration it needs to run correctly.
3535
No manual scripts. No drift. No surprises.
3636

37-
---
37+
<br />
3838

3939
### 🧩 In plain English for developers
4040

@@ -49,7 +49,7 @@ If something goes wrong, Flamingock either recovers safely or stops before anyth
4949
The result: each deployment behaves like a single, consistent package —
5050
your code and all its required changes evolve together, predictably and with peace of mind.
5151

52-
---
52+
<br />
5353

5454
## 💡 What Flamingock manages
5555
Flamingock focuses on **application-level changes** that your code requires to run safely:
@@ -63,7 +63,7 @@ Flamingock focuses on **application-level changes** that your code requires to r
6363
### What Flamingock does *not* manage
6464
Flamingock is **not an infrastructure-as-code tool**. It does not provision servers, clusters, or networks — those belong in Terraform, Pulumi, or similar. Instead, Flamingock **complements them by handling the runtime changes your application depends on**.
6565

66-
---
66+
<br />
6767

6868
## 📦 Editions
6969

@@ -75,7 +75,7 @@ Flamingock is open source at its core and powers three editions:
7575

7676
> For inquiries about the Cloud or Self-Hosted editions, contact us at <a href="mailto:[email protected]">[email protected]</a>.
7777
78-
---
78+
<br />
7979

8080
## 💡 Introducing Change-as-Code (CaC)
8181

@@ -93,7 +93,7 @@ No more fragile scripts or untracked console changes. With CaC:
9393

9494
> Just like Infrastructure-as-Code reshaped provisioning, **Change-as-Code is redefining how systems evolve** — and Flamingock brings that principle to life.
9595
96-
---
96+
<br />
9797

9898
## 🚀 Getting started
9999

@@ -107,7 +107,7 @@ annotationProcessor("io.flamingock:flamingock-processor:$latestVersion")
107107
- Read the [Quick Start guide](https://docs.flamingock.io/get-started/quick-start)
108108
- Explore [examples](https://github.com/flamingock/flamingock-java-examples)
109109

110-
---
110+
<br />
111111

112112
## 🔑 Key features
113113

@@ -121,7 +121,7 @@ annotationProcessor("io.flamingock:flamingock-processor:$latestVersion")
121121
- **Native GraalVM support**: Fully compatible with native image builds for fast startup and low memory usage.
122122
- **Coordinated multi-environment workflows**: Manage complex change sequences across multiple environments or application instances.
123123

124-
---
124+
<br />
125125

126126
## 📘 Learn more
127127

@@ -130,22 +130,22 @@ annotationProcessor("io.flamingock:flamingock-processor:$latestVersion")
130130
- [Core concepts](https://docs.flamingock.io/get-started/core-concepts)
131131
- [Why Change-as-Code matters](https://docs.flamingock.io/get-started/Change-as-Code)
132132

133-
---
133+
<br />
134134

135135
## 🤝 Contributing
136136

137137
We welcome contributions from the community!
138138
If you'd like to report a bug, suggest a feature, or open a pull request, check out our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
139139

140-
---
140+
<br />
141141

142142
## 📢 Get involved
143143

144144
⭐ Star the project to show support
145145
- Report issues in the [issue tracker](https://github.com/flamingock/flamingock-java/issues)
146146
- Join the conversation in [GitHub discussions](https://github.com/flamingock/flamingock-java/discussions)
147147

148-
---
148+
<br />
149149

150150
## 📜 License
151151

0 commit comments

Comments
 (0)