Skip to content

Commit 36a9267

Browse files
authored
Update README.md (#426)
* Update README.md * Update package.json * Update README.md * Update package.json * Update README.md
1 parent 8afd61e commit 36a9267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ be incorporated into a customized agent to meet specific application needs.
5959
<a name="install"></a>
6060
## Installation
6161

62-
**NOTE:** AWS IoT Node.js SDK will only support Node version 4 or above.
62+
**NOTE:** AWS IoT Node.js SDK will only support Node version 8.17 or above.
6363

6464
You can check your node version by
6565

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/aws/aws-iot-device-sdk-js",
1111
"main": "index.js",
1212
"engines": {
13-
"node": ">=4.0.0"
13+
"node": ">=8.17.0"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)