Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions tools/cli/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading