From d1aa35259010c7d8d87504b426ba187e7a189edc Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Fri, 19 Aug 2022 19:16:28 +0200 Subject: [PATCH] docs: Update wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1b346..ab86230 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A GitHub Action for running [Schemathesis](https://github.com/schemathesis/schem # OPTIONAL. URL that will be used as a prefix for all API operations. # Required if the schema is provided as a file. # Otherwise, inferred from the schema. - base-url: 'http://127.0.0.1' + base-url: 'http://127.0.0.1:5001/v2/' # OPTIONAL. Your Schemathesis.io token token: ${{ secrets.SCHEMATHESIS_TOKEN }} # OPTIONAL. API name from Schemathesis.io