From: AJ ONeal Date: Sun, 12 Jul 2020 02:29:13 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=26fc4cbdd837321f4fe0e3d5ab4e805d606d5dba;p=webi-installers%2F.git typo fix --- diff --git a/node/README.md b/node/README.md index 828dfae..75fe146 100644 --- a/node/README.md +++ b/node/README.md @@ -27,7 +27,7 @@ Installing node via webi will: - update your `PATH` in `$HOME/.config/envman/PATH.env` - run `npm config set scripts-prepend-node-path=true` - (prevents conflicts with other installed node versions) -- absolutely leave system file permisions alone +- absolutely leave system file permissions alone - (no dreaded `sudo npm` permission errors) ### Hello World