diff --git a/README.md b/README.md
index 5f284e18a63ab44632df42f2264ea6eee0123356..9821bab903526dc5d2dea918c7d5d81d66e098d1 100644
--- a/README.md
+++ b/README.md
@@ -651,7 +651,7 @@ Draws and controls all functionality related to the GUI.
 
 **Public Function Members**
 
-- `void init(Toolbox& tb, const std::string path_img, const std::string path_ttf)`
+- **`void init(Toolbox& tb, const std::string path_img, const std::string path_ttf)`**
 
   - **Description**: 
 
@@ -669,7 +669,7 @@ Draws and controls all functionality related to the GUI.
 
     
 
-- `void update(Toolbox& tb)`
+- **`void update(Toolbox& tb)`**
 
   - **Description**: 
 
@@ -691,7 +691,7 @@ Draws and controls all functionality related to the GUI.
 
     N/A
 
-- `void render(Toolbox& tb)`
+- **`void render(Toolbox& tb)`**
 
   - **Description**: 
 
@@ -712,7 +712,7 @@ Draws and controls all functionality related to the GUI.
 
 **Private Function Members**
 
-- `bool isInGuiWindow_(const Pevent&) const`
+- **`bool isInGuiWindow_(const Pevent&) const`**
 
   - **Description**: 
 
@@ -730,7 +730,7 @@ Draws and controls all functionality related to the GUI.
 
     N/A
 
-- `void draw_gui_(Toolbox& tb)`
+- **`void draw_gui_(Toolbox& tb)`**
 
   - **Description**: 
 
@@ -748,7 +748,7 @@ Draws and controls all functionality related to the GUI.
 
     N/A
 
-- `void draw_gui_ft_(Toolbox& tb)`
+- **`void draw_gui_ft_(Toolbox& tb)`**
 
   - **Description**: 
 
@@ -766,7 +766,7 @@ Draws and controls all functionality related to the GUI.
 
     N/A
 
-- `void draw_old_gui_(Toolbox& tb)`
+- **`void draw_old_gui_(Toolbox& tb)`**
 
   - **Description**: 
 
@@ -784,7 +784,7 @@ Draws and controls all functionality related to the GUI.
 
     N/A
 
-- `void load_button_textures_(const std::string path)`
+- **`void load_button_textures_(const std::string path)`**
 
   - **Description**: 
 
@@ -802,7 +802,7 @@ Draws and controls all functionality related to the GUI.
 
     N/A
 
-- `void load_image_to_texture_(const std::string file, GLuint& texture)`
+- **`void load_image_to_texture_(const std::string file, GLuint& texture)`**
 
   - **Description**: