From 470facf74da6cf50497c69a9b71d62afed91e8f1 Mon Sep 17 00:00:00 2001 From: soylentOrange Date: Tue, 9 May 2023 05:31:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d5fa8..730ccf5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A bare minimum example is given below: ```c++ #include "DigiSpark_PWM.h" // https://github.com/soylentOrange/DigiSpark_PWM -// Cretae instance of DigiSpark_PWM-class, connected to Pin-PB1 +// Create instance of DigiSpark_PWM-class, connected to Pin-PB1 // (This Pin is connected to the onboard LED) DigiSpark_PWM pwm = DigiSpark_PWM(PIN_PB1);