diff --git a/README.md b/README.md index c2abe622cb..72b55df221 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
- - The Unleash website + + Visit the Unleash website
@@ -9,27 +9,27 @@ [![Build and Tests](https://img.shields.io/github/actions/workflow/status/Unleash/unleash/build.yaml?branch=main)](https://github.com/Unleash/unleash/actions/workflows/build.yaml) [![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash/badge.svg?branch=main)](https://coveralls.io/github/Unleash/unleash?branch=main) [![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-server)](https://hub.docker.com/r/unleashorg/unleash-server) [![Apache-2.0 license](https://img.shields.io/github/license/unleash/unleash)](https://github.com/Unleash/unleash/blob/main/LICENSE) [![Join Unleash on Slack](https://img.shields.io/badge/slack-join-635dc5?logo=slack)](https://slack.unleash.run) -[Open Live Demo →](https://www.getunleash.io/interactive-demo) +[Experience Unleash Live Demo →](https://www.getunleash.io/interactive-demo)
-## About Unleash +## What is Unleash? -Unleash is an open source feature management solution. It improves the workflow of your development team and leads to quicker software delivery. Unleash increases efficiency and gives teams _full control_ of how and when they enable new functionality for end users. Unleash lets teams ship code to production in _smaller_ releases _whenever_ they want. +Unleash is a powerful open source solution for feature management. It streamlines your development workflow, accelerates software delivery, and empowers teams to control how and when they roll out new features to end users. With Unleash, you can deploy code to production in smaller, more manageable releases at your own pace. -Feature flags make it easy to test how your code works with real production data without the fear that you'll accidentally break your users' experience. It also helps your team work on multiple features in parallel without each maintaining a separate feature branch. +Feature flags in Unleash let you test your code with real production data, reducing the risk of negatively impacting your users' experience. It also enables your team to work on multiple features simultaneously without the need for separate feature branches. -Unleash is the largest open source solution for feature flagging on GitHub. There are 15 official client and server SDKs and 15+ community SDKs available; you can even make your own if you want to. You can use Unleash with any language and any framework. +Unleash is the most popular open source solution for feature flagging on GitHub. It supports 15 official client and server SDKs and over 15 community SDKs. You can even create your own SDK if you wish. Unleash is compatible with any language and framework.
-## Get started in 2 steps +## Getting Started with Unleash -### 1. Start Unleash +### 1. Setting Up Unleash -With [`git`](https://git-scm.com/) and [`docker`](https://www.docker.com/) installed, it's easy to get started: +To get started with Unleash, you need [`git`](https://git-scm.com/) and [`docker`](https://www.docker.com/) installed on your machine. -Run this script: +Execute the following commands: ```bash git clone git@github.com:Unleash/unleash.git