diff --git a/README.md b/README.md index 739a88a9..341f4d1a 100644 --- a/README.md +++ b/README.md @@ -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