Skip to content

Commit 16e09e9

Browse files
committed
Update README.md
1 parent fee0853 commit 16e09e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ If you specify an `options.templateCallback` function, it will be called before
7979
* `method` - the HTTP method of the operation (in lower-case)
8080
* `methodUpper` - the HTTP method of the operation (in upper-case)
8181
* `url` - the full URL of the operation (including protocol and host)
82-
* `parameters[]` - an array of parameters for the operation (see below)
8382
* `consumes[]` - an array of MIME-types the operation consumes
8483
* `produces[]` - an array of MIME-types the operation produces
8584
* `operation` - the current operation object
8685
* `operationId` - the current operation id
8786
* `tags[]` - the full list of tags applying to the operation
8887
* `security` - the security definitions applying to the operation
8988
* `resource` - the current tag/path object
89+
* `parameters[]` - an array of parameters for the operation (see below)
9090
* `queryString` - an example queryString, urlEncoded
9191
* `requiredQueryString` - an example queryString for `required:true` parameters
9292
* `queryParameters[]` - a subset of `parameters` that are `in:query`
@@ -142,7 +142,7 @@ against
142142

143143
### Acknowledgements
144144

145-
Thanks to @latgeek for the logo.
145+
Thanks to @latgeek for the logo
146146

147147
### Widdershins in the wild
148148

0 commit comments

Comments
 (0)