From 38c985961e6e1211a3ea2a1e2c0b090ec26cc75c Mon Sep 17 00:00:00 2001 From: Favour Kelvin <39309699+fakela@users.noreply.github.com> Date: Thu, 27 Aug 2020 18:06:40 +0100 Subject: [PATCH] Update README.md --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 7c8a332b..1721bdbe 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,6 +1,6 @@ # Redoc-cli -Redoc CLI is an open source tool that 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. +Redoc-cli is an open source tool that 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).