Browse Source

ignite: add page

Wisnu Adi Nurcahyo 7 years ago
parent
commit
54ddc62656
1 changed files with 6 additions and 2 deletions
  1. 6 2
      pages/common/ignite.md

+ 6 - 2
pages/common/ignite.md

@@ -10,7 +10,11 @@
 
 
 `ignite generate {{plugin-name}} {{file-name}}`
 `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}}`