Przeglądaj źródła

ignite: add page

Wisnu Adi Nurcahyo 7 lat temu
rodzic
commit
54ddc62656
1 zmienionych plików z 6 dodań i 2 usunięć
  1. 6 2
      pages/common/ignite.md

+ 6 - 2
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}}`