diff --git a/cli/README.md b/cli/README.md
index 1b015ea3..6448730e 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -7,7 +7,7 @@ You can use redoc cli by installing `redoc-cli` globally or using [npx](https://
## Usage
-Twe following commans are available:
+Two following commands are available:
- `redoc-cli serve [spec]` - starts the server with `spec` rendered with ReDoc. Supports SSR mode (`--ssr`) and can watch the spec (`--watch`)
- `redoc-cli bundle [spec]` - bundles spec and ReDoc into **zero-dependency** HTML file.
@@ -18,4 +18,4 @@ Some examples:
- Serve with `nativeScrollbars` option set to true:
`$ redoc-cli serve [spec] --options.nativeScrollbars`
- Bundle using custom template (check [default template](https://github.com/Rebilly/ReDoc/blob/master/cli/template.hbs) for reference):
`$ redoc-cli bundle [spec] -t custom.hbs`
-For more details run `redoc-cli --help`.
\ No newline at end of file
+For more details run `redoc-cli --help`.