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