Skip to content

Commit

Permalink
chore: adjust heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Apr 6, 2022
1 parent c769e21 commit cde34e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -17,6 +17,7 @@ Unleash is an open-source feature management platform. It provides a great overv

Unleash has [official client SDKs](https://docs.getunleash.io/sdks) for a number of the most popular languages around. Can't find one for the language you want? Check out the [community-contributed SDKs](https://docs.getunleash.io/sdks#community-sdks) instead!


[what is feature management + unleash]
[who uses Unleash? Show that you can scale from small to laaarge]

Expand Down Expand Up @@ -172,7 +173,7 @@ if (unleash.isEnabled("AwesomeFeature")) {
}
```

# Running Unleash
## Running Unleash

The are numbers of ways you can run Unleash.

Expand All @@ -181,7 +182,7 @@ The are numbers of ways you can run Unleash.
3. Unleash Open-Source - Self host with Node.js [Guide](https://docs.getunleash.io/deploy/getting_started#start-unleash-server)
4. Unleash Open-Source - Helm chart [artifacthub.io](https://artifacthub.io/packages/helm/unleash/unleash)

## Run from Docker
### Run from Docker

1. Create a network by running the following command:

Expand Down Expand Up @@ -212,15 +213,15 @@ The first time Unleash starts it will create a default user which you can use to
- username: `admin`
- password: `unleash4all`

# Users of Unleash
## Users of Unleash

Unleash is trusted by thousands of companies all over the world (we are tracking more than 90 countries already). Proud Open-Source users:

<a href="https://www.nav.no" title="NAV.no"><img src="./.github/ext-logos/nav.jpg" height="70" style="padding: 10px; border: 1px solid silver"></a> <a href="https://www.otovo.com" title="Otovo"><img src="./.github/ext-logos/otovo.png" height="70" style="padding: 10px; border: 1px solid silver"></a> <a href="https://www.amedia.no/" title="Amedia"><img src="./.github/ext-logos/amedia-logo.png" height="70" style="padding: 10px; border: 1px solid silver"></a> <a href="https://budgets.money" title="Budgets"><img src="./.github/ext-logos/budgets.png" height="70" style="padding: 10px; border: 1px solid silver"></a> <a href="https://www.finn.no" title="FINN.no"><img src="./.github/ext-logos/finn.jpg" height="70" style="padding: 10px; border: 1px solid silver"></a>

_(PS! feel free to submit your logo!)_

# In the media
## In the media

- [Free Code Camp: Feature toggles - Why and how to add to your software](https://www.youtube.com/watch?v=-yHZ9uLVSp4)
- [Feature toggling transient errors in load tests](https://nrkbeta.no/2021/08/23/feature-toggling-transient-errors-in-load-tests/) (English)
Expand Down

0 comments on commit cde34e7

Please sign in to comment.