diff --git a/README.md b/README.md index 476c069..8bd7863 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Clone the component into your project components directory. ### Usage 1. Include the library header in your program ``` -#include "esp32idfDimmer.h" +#include "esp32-triac-dimmer-driver.h" ``` 2. Instantiate the dimmers. ```