Merge pull request #5932 from bjdixon/bugfix/aws-documentation-typo

Fix Typo in AWS deployment documentation
This commit is contained in:
Jim LAURIE 2020-04-27 11:30:10 +02:00 committed by GitHub
commit dd34f9465a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ Strapi currently supports `Node.js v12.x.x`. The following steps will install No
```bash
cd ~
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
...
sudo apt-get install nodejs
...