Skip to content

Commit

Permalink
fixed npm & yarn package names
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrivera committed Mar 1, 2021
1 parent ef330dd commit 9940e5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synx-ai/openapi2md",
"version": "0.1.4",
"version": "0.1.5",
"description": "Convert OpenAPI spec to Markdown files.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ Convert OpenAPI v3 spec into a customizable directory of markdown files. The pur

### yarn
```console
yarn add openapi2md
yarn add @synx-ai/openapi2md
```

### npm
```console
npm install openapi2md
npm install @synx-ai/openapi2md
```


## Basic usage

### CLI
```console
Usage: openapi2md -s [file] -o [target path] -t [template path]
Usage: openapi2md --specs [file] --target [target path] --templates [template path]

Options:
--version Show version number [boolean]
Expand Down

0 comments on commit 9940e5d

Please sign in to comment.