Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaminudel committed Jul 8, 2017
1 parent 91154f0 commit f9cb195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TDDMicroExercises/README.md
Expand Up @@ -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.
Expand Down

0 comments on commit f9cb195

Please sign in to comment.