Skip to content

Commit

Permalink
📝 fix node version documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
codermarcos authored Jan 28, 2024
1 parent 978b0b4 commit 2c61dab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,9 @@ To learn more about this project, take a look at the following resources:
* [Jest][jest-doc] - understand about the tool that we use for write unit tests.
* [Cypress][cypress-doc] - understand about the tool that we use for write e2e tests.

[node-download]: https://nodejs.org/dist/v16.9.1/
[node-doc]: https://nodejs.org/dist/latest-v16.x/docs/api/
[node-download]: https://nodejs.org/en/download/
[node-doc]: https://nodejs.org/docs/latest-v20.x/api/documentation.html
[node-version]: https://img.shields.io/badge/node-latest-blue

[nvm-download]: https://github.com/nvm-sh/nvm

Expand Down

0 comments on commit 2c61dab

Please sign in to comment.