Skip to content

Commit f256445

Browse files
fix: add line breaks for better readability in Feature Flow description in README.md
1 parent 86e5d3a commit f256445

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
Feature Flow is a self-hosted feature flag management system that helps developers control, test, and deploy features in their applications without needing to redeploy code.
1010

1111

12-
It allows you to:
13-
✔ Manage configurations for multiple environments
14-
✔ Enable or disable features in real-time
15-
✔ Safely rollout or rollback features in production
16-
✔ Integrate easily into React applications using the provided SDK
12+
It allows you to:<br>
13+
✔ Manage configurations for multiple environments <br>
14+
✔ Enable or disable features in real-time <br>
15+
✔ Safely rollout or rollback features in production <br>
16+
✔ Integrate easily into React applications using the provided SDK <br>
1717

1818
## 🚀 Who should use it?
1919

20-
This platform is for:
21-
✔ Developers managing feature toggles
22-
✔ Teams requiring environment-specific configurations
23-
✔ Organizations that want controlled rollouts and testing in production
20+
This platform is for: <br>
21+
✔ Developers managing feature toggles<br>
22+
✔ Teams requiring environment-specific configurations<br>
23+
✔ Organizations that want controlled rollouts and testing in production<br>
2424

2525
### Dashboard View
2626
![Dashboard](https://github.com/chetannn-github/feature-flow/raw/main/public/dashboard.png)

0 commit comments

Comments
 (0)