Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 624d820

Browse files
author
Axel Rindle
committed
Fix a typo
1 parent 21cd16d commit 624d820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATING-TO-2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please note the following changes, when you migrate from a version below `2.0.0`:
44

5-
- The `options` object changed and require using a [personal access token](https://blog.github.com/2013-05-16-personal-api-tokens/). See [here](https://github.com/axelrindle/github-version-checker#the-options-object).
5+
- The `options` object changed and requires using a [personal access token](https://blog.github.com/2013-05-16-personal-api-tokens/). See [here](https://github.com/axelrindle/github-version-checker#the-options-object).
66
- The `callback` structure changed. I decided to apply a node convention called **Error-First** in which a callback function's first parameter is the `error`. See [here](https://github.com/axelrindle/github-version-checker#the-callback-function-optional).
77

88
Before opening an issue, please confirm that you changed your code according to these changes.

0 commit comments

Comments
 (0)