diff --git a/README.md b/README.md index 2e995ee2a5..6a03def56f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository hosts the OpenAPI specification for the [Atlas Administration AP ## Tools This repository also contains tools for validating, generating, and distributing OpenAPI specifications. -### FoasCLI +### FOASCLI The [tools/cli](tools/cli) directory hosts a Go-based CLI tool used to merge multiple OpenAPI specifications into a single federated specification, which is used for the Admin APIs. For more details, please refer to the [CLI’s README.md](tools/cli/README.md). diff --git a/tools/cli/README.md b/tools/cli/README.md index 285fb6d0c9..e8925feed3 100644 --- a/tools/cli/README.md +++ b/tools/cli/README.md @@ -1,5 +1,5 @@ -# FoasCLI -FoasCLI is a Go-based CLI tool that provides commands for generating the Federated OpenAPI specification and the API changelog. +# FOASCLI +FOASCLI is a Go-based CLI tool that provides commands for generating the Federated OpenAPI specification and the API changelog. ### Build From Source