Fix docs typos (#6478)

This commit is contained in:
Frieder Bluemle
2020-05-31 08:03:12 -07:00
committed by GitHub
parent 39eb32ec27
commit a96e783f06
4 changed files with 8 additions and 8 deletions

View File

@@ -8,11 +8,11 @@ Installing OpenAPI Generator's CLI tool allows users to generate all available g
Some of the following are cross-platform options and some are not, these are called out where possible.
## NPM
## npm
> **Platform(s)**: Linux, macOS, Windows
The [NPM package wrapper](https://github.com/openapitools/openapi-generator-cli) is cross-platform wrapper around the .jar artifact. It works by providing a CLI wrapper atop the JAR's command line options. This gives a simple interface layer which normalizes usage of the command line across operating systems, removing some differences in how options or switches are passed to the tool (depending on OS).
The [npm package wrapper](https://github.com/openapitools/openapi-generator-cli) is cross-platform wrapper around the .jar artifact. It works by providing a CLI wrapper atop the JAR's command line options. This gives a simple interface layer which normalizes usage of the command line across operating systems, removing some differences in how options or switches are passed to the tool (depending on OS).
**Install** the latest version of the tool globally, exposing the CLI on the command line:
```bash