From e8df2b1aca4e87ced0304caa6c6313e93dc456be Mon Sep 17 00:00:00 2001 From: Max Wilkinson Date: Thu, 9 Nov 2017 11:50:01 -0500 Subject: [PATCH] Update README.md Fixed a couple small typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e95e4a4..bc85d5b 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,8 @@ strategy for the body construct. 3. Default to contents in Body. ## JSON Schema Support -ResAssured leverages Newtonsoft.Json for its JSON parsing and JSON schema validation support. -Newtonsoft.Json on supports draft 3 and draft 4 of the JSON scheam specification, so we can too! +RestAssured.Net leverages Newtonsoft.Json for its JSON parsing and JSON schema validation support. +Newtonsoft.Json supports draft 3 and draft 4 of the JSON scheam specification, so we can too! Utilize these tools to validate your JSON schema