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