Skip to content

Commit 3da5d40

Browse files
committed
docs: readme polished
1 parent e839747 commit 3da5d40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</p>
3030

3131
**Flamingock** brings *Change-as-Code (CaC)* to your entire stack.
32+
3233
It applies **versioned, auditable changes** to the external systems your application depends on — such as schemas, message brokers, databases, APIs, cloud services, and any other external system your application needs.
3334

3435
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.
@@ -38,12 +39,12 @@ No manual scripts. No drift. No surprises.
3839

3940
## 🧩 In plain English for developers
4041

41-
When you deploy an app, it often depends on things outside your code —
42-
like a database schema, a queue, or a few configuration values.
42+
When you deploy an app, it often depends on things outside your code —like a database schema, a queue, or a few configuration values.
43+
4344
Normally, keeping all of those in sync across environments means extra scripts, manual fixes, or hoping nothing drifts.
4445

45-
With **Flamingock**, your app and its changes travel together.
46-
Every update runs in order and safely, as part of the app startup — no hidden steps or guesswork.
46+
With **Flamingock**, your app and its changes travel together.Every update runs in order and safely, as part of the app startup — no hidden steps or guesswork.
47+
4748
If something goes wrong, Flamingock either recovers safely or stops before anything breaks.
4849

4950
The result: each deployment behaves like a single, consistent package —

0 commit comments

Comments
 (0)