Skip to content

Commit

Permalink
chore: change some header levels in README.md (#242)
Browse files Browse the repository at this point in the history
The formatting header was its own top-level header with "release
process" nested under it. I'm assuming it should've been one level
deeper (the same as release process).

Also, "other information" isn't really development stuff, so let's
raise it.
  • Loading branch information
thomasheartman authored Sep 24, 2024
1 parent f682075 commit 43caba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Tests live in `./tests/Unleash.Tests`
- Build: `dotnet build`
- Test: `dotnet test` - This also executes spec tests

## Formatting
### Formatting

We enforce formatting with `dotnet format`. This can be installed using the following command:

Expand All @@ -587,6 +587,6 @@ We enforce formatting with `dotnet format`. This can be installed using the foll
- Click `Publish release`.
This starts the release workflow which builds the new release and pushes the artifacts to NuGet

### Other information
## Other information

- Check out our guide for more information on how to build and scale [feature flag](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices) systems

0 comments on commit 43caba8

Please sign in to comment.