aboutsummaryrefslogtreecommitdiff
path: root/examples/browser_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/browser_test.html')
-rw-r--r--examples/browser_test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/browser_test.html b/examples/browser_test.html
index 59feeff5..01bd7be2 100644
--- a/examples/browser_test.html
+++ b/examples/browser_test.html
@@ -2,7 +2,7 @@
<head>
<script src = "../faker.js" type = "text/javascript"></script>
<script>
- var card = faker.Helpers.createCard();
+ var card = faker.helpers.createCard();
if(typeof JSON == 'undefined'){
document.write('get a real browser that has JSON.stringify and JSON.parse built in <br/>');
// implement JSON.stringify serialization