Showing 1 changed files with 2 additions and 1 deletions
+2 -1
README.md
... ...
@@ -31,8 +31,9 @@ cat index.First_graph.html index.Second_graph.html > index.Several.html
31 31
 
32 32
 - Edit aggregated output and do the following:
33 33
   - copy the function **Second_graph_onload** after the first function **First_graph_onload**
34
-  - Remove the second reference to window.onload completely
34
+  - Remove the second reference to **window.onload** completely
35 35
   - Edit first reference to **window.onload** as follow
36
+
36 37
 ```
37 38
   window.onload = function() {
38 39
     First_graph_onload();