diff --git a/README.md b/README.md
index ce85ea66bc17b65adf49172f7b5111e7c4ccfeee..08bcf99f34432e846afeba1beed161b6039a2092 100644
--- a/README.md
+++ b/README.md
@@ -1688,7 +1688,6 @@ uniform sampler2D tex_damp;
 #define WIDTH 3840
 #define HEIGHT 2160
 
-/*Path to resources*/
 
 int main(int argc, char** argv) {
 #ifndef NDEBUG
@@ -1714,7 +1713,8 @@ int main(int argc, char** argv) {
 	int texheight = HEIGHT + tex_offscreen_bottom + tex_offscreen_top;
 
     //First construct a Toolbox and a WaveHandler
-	Toolbox tb(WIDTH, HEIGHT, texwidth, texheight, tex_offscreen_left, tex_offscreen_right, tex_offscreen_bottom, tex_offscreen_top, shd_path, tex_path, rsc_path);
+	Toolbox tb(WIDTH, HEIGHT, texwidth, texheight, tex_offscreen_left, tex_offscreen_right, 
+                tex_offscreen_bottom, tex_offscreen_top, shd_path, tex_path, rsc_path);
 	WaveHandler waves(tb);
 	waves.initialize(tex_path + "bare", rsc_path + "ft_palette");