Skip to content

Commit 4c21595

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@ No manual scripts. No drift. No surprises.
3939

4040
## 🧩 In plain English for developers
4141

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-
44-
Normally, keeping all of those in sync across environments means extra scripts, manual fixes, or hoping nothing drifts.
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. Normally, keeping all of those in sync across environments means extra scripts, manual fixes, or hoping nothing drifts.
4543

4644
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.
4745

4846
If something goes wrong, Flamingock either recovers safely or stops before anything breaks.
4947

50-
The result: each deployment behaves like a single, consistent package —
48+
**The result**: each deployment behaves like a single, consistent package —
5149
your code and all its required changes evolve together, predictably and with peace of mind.
5250

5351
<br />

0 commit comments

Comments
 (0)