From 9dd19fa7f10e450232c27975a81aa19eb51f9e7c Mon Sep 17 00:00:00 2001 From: Favour Kelvin <39309699+fakela@users.noreply.github.com> Date: Thu, 13 Aug 2020 20:14:08 +0100 Subject: [PATCH] Update README.md --- cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 32bb0e0e..355563da 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,6 +1,6 @@ -# redoc-cli +# Redoc-cli -**[ReDoc](https://github.com/Redocly/redoc)'s Command Line Interface** +Redoc CLI tool provides linting against a customizable ruleset, as well as bundling of the OpenAPI files into a single file. You can also preview the output of your docs with the Redocly API References through this tool. ## Installation You can use redoc cli by installing `redoc-cli` globally or using [npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b).