diff --git a/docs/docs/installation.md b/docs/docs/installation.md index d53ac6bb219..b0fac45405a 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -9,7 +9,7 @@ nav_order: 2 ## Node -CSpell requires Node JS to run. Most likely it is already install. +CSpell requires Node.js to run. ### **Check the node version** @@ -17,7 +17,7 @@ CSpell requires Node JS to run. Most likely it is already install. node -v ``` -It should be greater than `14.x`. +CSpell requires Node.js version `>=18.0`. ### Resources: diff --git a/website/docs/installation.md b/website/docs/installation.md index 1fafb1a4a58..e5a5a9cfe2e 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -10,7 +10,7 @@ sidebar_label: Installation ## Node -CSpell requires Node JS to run. Most likely it is already install. +CSpell requires Node.js to run. ### **Check the node version** @@ -18,7 +18,7 @@ CSpell requires Node JS to run. Most likely it is already install. node -v ``` -It should be greater than `18.x`. +CSpell requires Node.js version `>=18.0`. ### Resources: