From 6d540029ec51d76145a48e6b2f90af4023d312ff Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 7 Dec 2023 00:00:20 +0000 Subject: [PATCH] Doco changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29b6794..c3fa96e 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Approvaltests uses methods that start with `verify` like `verify(object_under_te The expected result is stored in a file like such: - -```txt + +```json { "age": 38, "firstName": "jayne", @@ -64,7 +64,7 @@ The expected result is stored in a file like such: "lastName": "cobb" } ``` -snippet source | anchor +snippet source | anchor ## Next steps