From 3e5f4ab28f96c0a72457f693f6545287e527039c Mon Sep 17 00:00:00 2001 From: stephffuller Date: Wed, 12 Aug 2020 17:53:28 -0400 Subject: [PATCH] Update style-guide.md --- .github/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/style-guide.md b/.github/style-guide.md index f561351a..72d063a2 100644 --- a/.github/style-guide.md +++ b/.github/style-guide.md @@ -123,7 +123,7 @@ Refer to the [Documentation style guide](style-guide.md) for information about w For terminal examples and Redocly configuration, use a `bash` code block: ```bash -npm i redoc +sudo npm i redoc ``` For HTTP request/response, use an `http` code block: ```http