Skip to content

Commit

Permalink
Update DELTA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven Harrison authored Jan 31, 2024
1 parent e7d7d64 commit 1bf31b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DELTA.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Delta - a distance function for OpenAPI Spec 3
## Delta - a distance function for OpenAPI Spec 3 [Beta]
Delta calculates a numeric value between 0 and 1 representing the distance between base and revision specs:
```
oasdiff delta base.yaml revision.yaml
Expand Down Expand Up @@ -36,7 +36,7 @@ oasdiff delta base.yaml revision.yaml --asymmetric
oasdiff delta revision.yaml base.yaml --asymmetric
```

### Feature status: Beta
### Feature status [Beta]
Delta currently considers:
- Endpoints (path+method)
- Parameters
Expand All @@ -45,5 +45,5 @@ Delta currently considers:
- Responses

Other elementes of OpenAPI spec are ignored.
Please submit an issue for issues and feature requests.
Please submit feature requests.

0 comments on commit 1bf31b9

Please sign in to comment.