Skip to content

Commit ed893d5

Browse files
committed
README update
1 parent cad811a commit ed893d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Straight forward way:
2525
$ openapi-spec-validator some.yaml
2626
```
2727

28+
pipes way:
29+
30+
```bash
31+
$ cat some.yaml | openapi-spec-validator -
32+
```
33+
2834
or more pythonic way:
2935

3036
```bash

0 commit comments

Comments
 (0)