diff --git a/components/console_simple_init/README.md b/components/console_simple_init/README.md index 60a300782ea..4f5cb4b3ce1 100644 --- a/components/console_simple_init/README.md +++ b/components/console_simple_init/README.md @@ -38,7 +38,7 @@ It also provides an api to register an user provided command. ESP_ERROR_CHECK(console_cmd_start()); // Start console ``` -### Adding a plugin command: +### Automatic registration of console commands To add a plugin command or any component from IDF component manager into your project, simply include an entry within the `idf_component.yml` file. For more details refer [IDF Component Manager](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html)