Skip to content

Commit

Permalink
update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Feb 17, 2022
1 parent 0f9f666 commit 1ae39b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,18 @@ id: 'urn:com.asynapi.streetlights'
...
```

Save the result in a file:
Save the result in a file by stream:

```sh
asyncapi-converter streetlights.yml > streetlights2.yml
```

Save the result in a file by `-o, --output` flag:

```sh
asyncapi-converter streetlights.yml -o streetlights2.yml
```

### As a package

```js
Expand Down

0 comments on commit 1ae39b1

Please sign in to comment.