diff --git a/II-Concepts/Plugins.md b/II-Concepts/Plugins.md index d9c328a..19b84b6 100644 --- a/II-Concepts/Plugins.md +++ b/II-Concepts/Plugins.md @@ -14,7 +14,7 @@ Once this is done, add the plugin's class to the `plugins` array in `.rocketeer/ ), ``` -Then, in most cases you'll need to configure said plugin. For this you'll want to publish its configuration in user land via the `rocketeer plugin:publish ` command. Here we'll call `rocketeer plugin:publish anahkiasen/rocketeer-slack` per example. +Then, in most cases you'll need to configure said plugin. For this you'll want to publish its configuration in user land via the `rocketeer plugin:config ` command. Here we'll call `rocketeer plugin:config anahkiasen/rocketeer-slack` per example. This will create the `.rocketeer/plugins/rocketeers/rocketeer-slack` folder, with all the plugin's configuration files inside.