Skip to content

Commit 7c94a0a

Browse files
committed
fixed Readme
1 parent 85dc0e7 commit 7c94a0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Finally to render it on the page, use ajax so it spits out the json.
128128

129129
</body>
130130

131-
<script>
131+
132132
$(document).ready(function(){
133133
$.ajax({
134134
url : "/myApp/pg/user/highchartsDemoColumn",
@@ -154,4 +154,3 @@ Finally to render it on the page, use ajax so it spits out the json.
154154
}
155155
});
156156
});
157-
</script>

0 commit comments

Comments
 (0)