Skip to content

Commit d11d0e1

Browse files
committed
docs: Update README
* Correct copyright year. * Bump up minimal nodejs version. Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent 9ac2761 commit d11d0e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
Code generation utility for Starcraft II. Produces list of type IDs taken from stableid.json for cpp-sc2 API.
99

1010
## Requirements
11-
* OS X (feel free to send a PR to support other platforms).
12-
* nodejs >= 10
11+
* OS X (feel free to send a PR to support other platforms).
12+
* nodejs >= 14
1313
* Starcraft II installation.
1414

1515
## Usage
@@ -28,7 +28,6 @@ $ npm test
2828
```
2929

3030
## License
31-
Copyright (c) 2020
31+
Copyright (c) 2020-2022
3232

3333
Licensed under the [GPL 3.0 license](LICENSE).
34-

0 commit comments

Comments
 (0)