Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jul 2, 2023
1 parent 1a68100 commit 5cdd72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Copy binaries from [latest release](https://github.com/Tufin/oasdiff/releases/)
## Wrappers
- [GitHub Action](https://github.com/oasdiff/oasdiff-action)
- [Cloud Service](#openapi-diff-and-breaking-changes-as-a-service)
- Get notified when an API provider breaks the API you using: [join the discussion](https://github.com/Tufin/oasdiff/discussions/291)
- [OpenAPI Sync: Get notified when an API provider breaks the API](https://github.com/oasdiff/sync/)

## Usage Examples

Expand Down Expand Up @@ -81,7 +81,7 @@ If you'd like to see additional details in the HTML report, please submit a [fea

### OpenAPI diff for remote files over http/s
```bash
oasdiff https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test1.yaml https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test3.yaml -f text
oasdiff diff https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test1.yaml https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test3.yaml -f text
```

### Breaking changes
Expand Down

0 comments on commit 5cdd72c

Please sign in to comment.