forked from loafle/openapi-generator-original
Fix docs typos (#6478)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user