diff --git a/pages/common/ignite.md b/pages/common/ignite.md index 53b9b1094..7e5957adc 100644 --- a/pages/common/ignite.md +++ b/pages/common/ignite.md @@ -10,7 +10,11 @@ `ignite generate {{plugin-name}} {{file-name}}` -- Add/link a plugin/Node.js module to the project: +- Add an Ignite plugin to the project: -`ignite add {{package-name}}` +`ignite add {{plugin-name}}` + +- Remove an Ignite plugin from the project: + +`ignite remove {{plugin-name}}`