Skip to content

Commit d1aa352

Browse files
committed
docs: Update wording
1 parent c62e4ef commit d1aa352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A GitHub Action for running [Schemathesis](https://github.com/schemathesis/schem
1212
# OPTIONAL. URL that will be used as a prefix for all API operations.
1313
# Required if the schema is provided as a file.
1414
# Otherwise, inferred from the schema.
15-
base-url: 'http://127.0.0.1'
15+
base-url: 'http://127.0.0.1:5001/v2/'
1616
# OPTIONAL. Your Schemathesis.io token
1717
token: ${{ secrets.SCHEMATHESIS_TOKEN }}
1818
# OPTIONAL. API name from Schemathesis.io

0 commit comments

Comments
 (0)