diff --git a/tools/readme.md b/tools/readme.md
index 0fcb9dab2b7cb01b8bd8db8e937c11941969397a..ed3d8e651b1085ab02a88d1357f880b1dce9f3c7 100644
--- a/tools/readme.md
+++ b/tools/readme.md
@@ -11,7 +11,7 @@ Style fixing done:
 - Type Conversions to lowercase.
 - Resolutions to lowercase.
 - Attributes to lowercase.
-- Remove space between type function and bracket. 
+- Remove space between type-function and the open bracket. 
 
 ## Usage:
 
@@ -26,5 +26,5 @@ cd git/hdl
 ## Todo:
 
 - Align all code.
-- Check if tabs are converted to spaces.
-- Remove spaces between all type of functions and open bracked.
\ No newline at end of file
+- Check if all tabs are converted to spaces.
+- Remove spaces between all type of functions and the open bracked.
\ No newline at end of file