From 65c25d9fcd14b1032564a2498ba72c24da00466e Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 30 Jan 2024 00:31:49 +0100 Subject: [PATCH] chore: update docs --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0e9855ce..010b142d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ Command-line interface to work with OpenAPI files +## Features + +* Format & validate OpenAPI files +* Upload your OpenAPI files to Scalar +* Get a fully mocked API for testing purposes +* Preview your API reference + ## Quickstart ```bash @@ -32,13 +39,6 @@ scalar mock openapi.json scalar share openapi.json ``` -## Features - -* Format & validate OpenAPI files -* Upload your OpenAPI files to Scalar -* Get a fully mocked API for testing purposes -* Preview your API reference - [Full documentation](https://github.com/scalar/cli/blob/main/packages/cli/README.md) ## Community