diff --git a/examples/ws2812demo/README.md b/examples/ws2812demo/README.md
index fb832bcc30cb6257b9ab558b7e76fe9978b0d942..c6851d920cf028f9643c5cf250a0ee98721ddec5 100644
--- a/examples/ws2812demo/README.md
+++ b/examples/ws2812demo/README.md
@@ -27,12 +27,12 @@ You will need to implement the following two functions, as callbacks from the IS
 uint32_t CallbackWS2812BLED( int ledno );
 ```
 
-You willalso need to call
+You will also need to call
 ```c
 InitWS2812DMA();
 ```
 
-Then, whenyou want to update the LEDs, call:
+Then, when you want to update the LEDs, call:
 ```c
 WS2812BStart( int num_leds );
 ```