Skip to content

Commit 0783aa4

Browse files
authored
fix readme typo (#368)
1 parent 694dfd3 commit 0783aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ pip install -r requirements.txt
1717

1818
## Development
1919

20-
The spec can be linted using the `./bin/lint` helper.
20+
The spec can be linted using the `openapi3` module.
2121

2222
```
23-
python3 ./bin/lint openapi.yaml
23+
python -m openapi3 openapi.yaml
2424
```
2525

2626
### Versioning

0 commit comments

Comments
 (0)