From 1ee810b8413c61a783279a8dbc64040ad55b268f Mon Sep 17 00:00:00 2001 From: Andrew Haining Date: Mon, 5 Oct 2020 17:35:17 +0100 Subject: [PATCH] chore: fix status code regex pattern --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb96557..07f0b06 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ custom: cors: true response: - statusCode: 200 - selectionPattern: '2\\d{2}' + selectionPattern: '2\d{2}' responseParameters: {} responseTemplates: application/json: |-