From 0f1bbf1a865da2ccf575bf4510c3b008816a85a7 Mon Sep 17 00:00:00 2001 From: Pouria Hadjibagheri Date: Sun, 22 Nov 2020 23:50:57 +0000 Subject: [PATCH] corrects typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c05f1c1..e11616d 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ To get an underlying picture of the API you can use the `cov19api.Head()` method which will return `IEnumerable>>`. ##### 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.