From 39a7e05ec1dfa660acebc03d35cb110d47bf988e Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Thu, 16 Jun 2022 07:25:25 -0400 Subject: [PATCH] Fix typo, improve formatting --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdc2d1b..ec84c82 100644 --- a/README.md +++ b/README.md @@ -35,20 +35,22 @@ The custom resource defined in the source code can be cluster-scoped or namespace-scoped based on the requirements of the project. More info [here](docs/resource-scope.md). -User Documentation: +## Documentation + +### User Docs * [Installation](docs/installation.md) * [Getting Started](docs/getting-started.md) * [Workloads](docs/workloads.md) -* [Standalone Workloads](docs/standalone-workloads.md) -* [Workload Collections](docs/workload-collections.md) + * [Standalone Workloads](docs/standalone-workloads.md) + * [Workload Collections](docs/workload-collections.md) * [Markers](docs/markers.md) * [Resource Scope](docs/resource-scope.md) * [Companion CLI](docs/companion-cli.md) * [API Updates & Upgrades](docs/api-updates-upgrades.md) * [License Manaagement](docs/license.md) -Develpoer Documentation +### Developer Docs * [Testing](docs/testing.md)