Skip to content

Commit

Permalink
Eliminate mention of NodeJS 10.x from README. (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
richnew10 committed Apr 14, 2021
1 parent 420e1d9 commit 6163ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you have more questions, or require support for your business, you can reach

## Installation

Make sure you have Node.js version 10 or higher. Node 14 is recommended and supported.
Make sure you have Node.js version 12 or higher. Node 14 is recommended and supported.

To add the Amazon Chime SDK for JavaScript into an existing application,
install the package directly from npm:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h2>Troubleshooting and Support</h2>
<a href="#installation" id="installation" style="color: inherit; text-decoration: none;">
<h2>Installation</h2>
</a>
<p>Make sure you have Node.js version 10 or higher. Node 14 is recommended and supported.</p>
<p>Make sure you have Node.js version 12 or higher. Node 14 is recommended and supported.</p>
<p>To add the Amazon Chime SDK for JavaScript into an existing application,
install the package directly from npm:</p>
<pre><code>npm <span class="hljs-keyword">install </span>amazon-chime-sdk-<span class="hljs-keyword">js </span>--save
Expand Down

0 comments on commit 6163ea1

Please sign in to comment.