From 0c317b0aab7535cbc6ddaba717c50fd913b5a72a Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Tue, 3 May 2022 15:08:22 -0500 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb264b..9b61c55 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ for field in response.data.fields: print(f'Value: {field.GetResultValueString()}') ``` -You can specify what field values to return and in what format (Raw vs. Formatted) to return them. +You can also specify what field values to return and in what format (Raw vs. Formatted) to return them. ```python from Models import GetRecordByIdRequest