diff --git a/subjects/pimp-my-style-dom/README.md b/subjects/pimp-my-style-dom/README.md index 03755fcc..d29a2e07 100644 --- a/subjects/pimp-my-style-dom/README.md +++ b/subjects/pimp-my-style-dom/README.md @@ -20,19 +20,19 @@ Write the body of that function so that the button's class is altered: ``` Example for a `styles` array with only 3 classes: -Page load --> ...adding -Click 1 --> +Click 2 --> ...toggling `unpimp` -Click 3 --> ...and removing backwards -Click 4 --> +Click 5 --> +Click 6 --> ``` ### Notions