From 1cc8a06c300daf23f7bbd200ce8d1287af5c28d7 Mon Sep 17 00:00:00 2001 From: Chandan Rauniyar Date: Sat, 11 Sep 2021 23:46:03 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f23df1..a0eb6f5 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ var options = new ContentfulOptions DeliveryApiKey = "", PreviewApiKey = "", SpaceId = "" -} +}; var client = new ContentfulClient(httpClient, options); ```