diff --git a/README.md b/README.md index 7a58f69..ae2eb7a 100644 --- a/README.md +++ b/README.md @@ -190,14 +190,16 @@ void main() { Approvals.verifyAsJson( jsonItem, options: const Options( - deleteReceivedFile: true, // Automatically delete the received file after the test. - approveResult: true, // Approve the result automatically. You can remove this property after the approved file is created. + deleteReceivedFile: + true, // Automatically delete the received file after the test. + approveResult: + true, // Approve the result automatically. You can remove this property after the approved file is created. ), ); }); } ``` -snippet source | anchor +snippet source | anchor this will result in the following file