diff --git a/README.md b/README.md index c37f522..a0820d8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Install this globally to make the `node-red-admin` command available on your pat Note: you may need to run this with `sudo`, or from within an Administrator command shell. -You may also need to add `--unsafe-perm` to the command if you hit permissions errors during install. +You may also need to add `--unsafe-perm` to the command if you hit permissions errors during installation. ## Usage diff --git a/lib/commands/login.js b/lib/commands/login.js index 0cc05a6..d9aca19 100644 --- a/lib/commands/login.js +++ b/lib/commands/login.js @@ -56,6 +56,6 @@ function command(argv,result) { command.alias = "login"; command.usage = command.alias+""; -command.description = "Log in to the targetted Node-RED admin api"; +command.description = "Log in to the targeted Node-RED admin api"; module.exports = command;