From 43caba883761bd44ff461f8414a8aa7969cdd3be Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 24 Sep 2024 09:33:57 +0200 Subject: [PATCH] chore: change some header levels in README.md (#242) 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d5854b..1e6dbf9 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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