Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed May 22, 2024
1 parent 219bd51 commit 3df9104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/commands/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 3df9104

Please sign in to comment.