Skip to content

Commit

Permalink
Fix #586: Change "loadUser" to "loadUser()" in docs. (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque authored and dasilvacontin committed Aug 16, 2016
1 parent 25cf65b commit eae8aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ If you need a template for a dynamic part in a static website, you can consider

```html
<html>
<body onload="loadUser">
<body onload="loadUser()">
<div id="target">Loading...</div>
<script id="template" type="x-tmpl-mustache">
Hello {{ name }}!
Expand Down

0 comments on commit eae8aa3

Please sign in to comment.