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

Commit 817d5f9

Browse files
committed
Update README.md
1 parent edc247b commit 817d5f9

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,26 @@
44
[![Codacy grade](https://img.shields.io/codacy/grade/f82826738d2b43b1b8ba40dd780d1784?logo=codacy)](https://www.codacy.com/gh/axelrindle/github-version-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=axelrindle/github-version-checker&utm_campaign=Badge_Grade)
55
[![Codacy coverage](https://img.shields.io/codacy/coverage/f82826738d2b43b1b8ba40dd780d1784?logo=codacy)](https://www.codacy.com/gh/axelrindle/github-version-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=axelrindle/github-version-checker&utm_campaign=Badge_Coverage)
66

7-
8-
97
# github-version-checker
10-
> Simple **version checker** working with **GitHub releases** and the **GitHub API**.
118

12-
## Note on upgrading to **v2.0.0**
13-
If you are upgrading from a version before **v2.0.0**, please read [**this guide**](MIGRATING-TO-2.0.0.md).
9+
> Simple **version checker** working with **GitHub releases** and the **GitHub API**.
1410
1511
## Supported Node.js versions
1612

17-
`>= 10`
13+
`>= 12`
14+
15+
While versions below 12.x are not officially tested they might work anyway.
1816

1917
## Install
18+
2019
```bash
2120
$ npm install github-version-checker
2221
```
2322

2423
## Documentation
25-
[Check the Wiki](https://github.com/axelrindle/github-version-checker/wiki)
24+
25+
[github-version-checker (axelrindle.github.io)](https://axelrindle.github.io/github-version-checker/)
2626

2727
## License
28+
2829
[MIT](LICENSE)

0 commit comments

Comments
 (0)