From 74ac86091ea4c0f00e33db2a18ec8eb2a5d34731 Mon Sep 17 00:00:00 2001 From: Emma Nwumeh <54593478+enwumeh@users.noreply.github.com> Date: Thu, 13 May 2021 11:12:34 -0500 Subject: [PATCH] Create README.md very minor grammar changes --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index a610b9d..c6d57d4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -70,7 +70,7 @@ class Client end ``` -You can also include this options with the call: +You can also include all of these options with the call: ```ruby class Client @@ -86,7 +86,7 @@ end ### Avoid SSL verification -In some cases you may want to skip SSL verification, because the entity that issue the certificate is not a valid one, but you still want to work with it. You can achieve this through: +In some cases you may want to skip SSL verification, because the entity that issued the certificate is not a valid one, but you still want to work with it. You can achieve this through: ```ruby # Skips SSL certificate verification