Skip to content

Commit eae8aa3

Browse files
Flaquedasilvacontin
authored andcommitted
Fix #586: Change "loadUser" to "loadUser()" in docs. (#592)
1 parent 25cf65b commit eae8aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If you need a template for a dynamic part in a static website, you can consider
142142

143143
```html
144144
<html>
145-
<body onload="loadUser">
145+
<body onload="loadUser()">
146146
<div id="target">Loading...</div>
147147
<script id="template" type="x-tmpl-mustache">
148148
Hello {{ name }}!

0 commit comments

Comments
 (0)