diff --git a/_posts/2015-03-04-node-reinstall.md b/_posts/2015-03-04-node-reinstall.md index 5840f00..054f744 100644 --- a/_posts/2015-03-04-node-reinstall.md +++ b/_posts/2015-03-04-node-reinstall.md @@ -27,12 +27,12 @@ $ node-reinstall -h ## Commands: ``` -node-reinstall re-install node and npm using nvm -node-reinstall -h [--help] show help -node-reinstall -v [--version] show the node-reinstall version number -node-reinstall --nave re-install using nave -node-reinstall --npm re-install using nvm (the default) -node-reinstall 0.12 specify a default node version (currently 0.10) +node-reinstall re-install node and npm using nvm +node-reinstall -h [--help] show help +node-reinstall -v [--version] show the node-reinstall version number +node-reinstall --nave re-install using nave +node-reinstall --nvm re-install using nvm (the default) +node-reinstall 0.12 specify a default node version (currently 0.10) ``` ## Links