Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 695cb5b

Browse files
authored
Merge pull request #18 from denis-sokolov/patch-1
Fixup installation success check in the docs
2 parents 630b399 + 8fa5b9b commit 695cb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ plugins:
330330
You can confirm the plugin is correctly installed by running:
331331

332332
```bash
333-
serverless | grep "ServerlessOpenAPIDocumentation"
333+
serverless | grep -i "ServerlessOpenAPIDocumentation"
334334
```
335335

336336
It should return `ServerlessOpenAPIDocumentation` as one of the plugins on the list.

0 commit comments

Comments
 (0)