diff --git a/readme/getting_started.html b/readme/getting_started.html index 66e60b56..779919ce 100644 --- a/readme/getting_started.html +++ b/readme/getting_started.html @@ -6,7 +6,7 @@ <script type="text/javascript" src="OxJS/build/Ox.js"></script> <script> Ox.load(function() { - // Your code here. + // Document ready. Your code here. }); </script> </head>