Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Beru committed Nov 6, 2019
1 parent e2cca5e commit 937fb7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker run --rm jeanberu/swagger-cli
Validate schema from URL or a file.
```shell script
docker run --rm jeanberu/swagger-cli swagger-cli validate YOUR_URL
docker run --rm jeanberu/swagger-cli swagger-cli validate YOUR_FILE
docker run --rm -v $PWD/YOUR_FILE.yaml:/swagger.yaml jeanberu/swagger-cli swagger-cli validate swagger.yaml
```

## More help ?
Expand Down
2 changes: 2 additions & 0 deletions test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
a:
b: test

0 comments on commit 937fb7c

Please sign in to comment.