summaryrefslogtreecommitdiff
path: root/plugins/npm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/npm/README.md')
-rw-r--r--plugins/npm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/npm/README.md b/plugins/npm/README.md
index 47d153619..e970c3c7a 100644
--- a/plugins/npm/README.md
+++ b/plugins/npm/README.md
@@ -10,7 +10,7 @@ plugins=(... npm)
## Aliases
-| Alias | Command | Descripton |
+| Alias | Command | Description |
|:------ |:-----------------------------|:----------------------------------------------------------------|
| `npmg` | `npm i -g` | Install dependencies globally |
| `npmS` | `npm i -S` | Install and save to dependencies in your package.json |