diff --git a/README.md b/README.md
index b747500..afbd4a6 100644
--- a/README.md
+++ b/README.md
@@ -101,11 +101,14 @@ void main() {
Approvals.verifyAsJson(
complexObject,
+ options: const Options(
+ approveResult: true,
+ ),
);
});
}
```
-snippet source | anchor
+snippet source | anchor
this will result in the following file