Skip to content

Commit

Permalink
update grammar in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
newyork-anthonyng authored and alias-rahil committed Sep 25, 2020
1 parent d607bd1 commit 846ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npx handwritten.js "relative/path/to/file.txt"
npm install handwritten.js -g
```

> Note: **DO NOT** use sudo to install global packages! The correct way to do it is to tell npm where to install it's global packages: `npm config set prefix ~/.local`. Make sure `~/.local/bin` is added to `PATH`.
> Note: **DO NOT** use sudo to install global packages! The correct way is to tell npm where to install its global packages: `npm config set prefix ~/.local`. Make sure `~/.local/bin` is added to `PATH`.
## Usage after installation

Expand Down

0 comments on commit 846ea76

Please sign in to comment.