diff --git a/README.md b/README.md index 1ca8e6e..1197a08 100644 --- a/README.md +++ b/README.md @@ -433,14 +433,12 @@ Using `"0@file.json"` will not run that specific test. ```yaml { - "name": "Binary Comparison", - "request": { - "endpoint": "suggest", - "method": "GET" - }, - - // Path to binary file with N@ - "response": "123@simple.bin" + "name": "Example Manifest", + "tests": [ + "@setup.json", + "123@foo.json", + "@cleanup.json" + ] } ```