Skip to content

Commit 2609da5

Browse files
committed
docs: fix readme
1 parent e967dd7 commit 2609da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Each endpoint can declare expectations on the request format. Specifically,
136136

137137
- `body` - request body
138138
- `query` - query parameters
139-
- `params` - path parameters
139+
- `path` - path parameters
140140
- `headers` - request headers
141141

142142
They are specified in the input schemas object (3rd argument of `Api.get`, `Api.post`, ...).

0 commit comments

Comments
 (0)