Skip to content

Commit

Permalink
Fixed a typo in the README
Browse files Browse the repository at this point in the history
The installation command had a small typo in the package name.
  • Loading branch information
hkosova authored Oct 29, 2024
1 parent f9ff06e commit 665b462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Overlays are a way to extend or enhance an existing [OpenAPI description](https:
Install the `overlayjs` command from [npm](https://npmjs.com) with the following command:

```text
npm install -g openapi-overlay-js
npm install -g openapi-overlays-js
```

The `-g` switch installs it globally so you can use the command from anywhere on your system.
Expand Down

0 comments on commit 665b462

Please sign in to comment.