Skip to content

Commit 1e2c5d6

Browse files
Update header to h3 from h2 for .option and .options guide
1 parent c3e1ac7 commit 1e2c5d6

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
@@ -247,7 +247,7 @@ You can pass in additional request headers, either individually or in a dictiona
247247

248248
````
249249

250-
## .option() and .options()
250+
### .option() and .options()
251251
You can pass in additional request options, either individually or in a dictionay. Options can be [node specific](https://github.com/bitinn/node-fetch#options) or [from fetch standard](https://fetch.spec.whatwg.org/#requestinit)
252252
```js
253253
.option("someOptionName", "someOptionValue")

0 commit comments

Comments
 (0)