Skip to content

Commit

Permalink
corrects typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch authored Nov 22, 2020
1 parent ba37970 commit 0f1bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To get an underlying picture of the API you can use the `cov19api.Head()` method
which will return `IEnumerable<KeyValuePair<string, IEnumerable<string>>>`.

##### OpenAPI
If you prefer OpenAPI, you can use `cov10api.Options()` which will return a `OpenApiDocument` object that can be inspected.
If you prefer OpenAPI, you can use `cov19api.Options()` which will return a `OpenApiDocument` object that can be inspected.



Expand Down

0 comments on commit 0f1bbf1

Please sign in to comment.