diff --git a/TDDMicroExercises/README.md b/TDDMicroExercises/README.md index 64e4a6e..a89871d 100644 --- a/TDDMicroExercises/README.md +++ b/TDDMicroExercises/README.md @@ -57,7 +57,7 @@ Write the unit tests for the Alarm class, refactor the code as much as you need The Alarm class is designed to monitor tire pressure and set an alarm if the pressure falls outside of the expected range. The Sensor class provided for the exercise simulates the behaviour of a real tire sensor, providing random but realistic values. -#### 2. **UnicodeFileToHtmTextConverter exercise**: +#### 2. **UnicodeFileToHtmlTextConverter exercise**: Write the unit tests for the UnicodeFileToHtmTextConverter class, refactor the code as much as you need to make the class testable. The UnicodeFileToHtmTextConverter class is designed to reformat a plain text file for display in a browser.