diff options
Diffstat (limited to 'examples/browser_test.html')
| -rw-r--r-- | examples/browser_test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/browser_test.html b/examples/browser_test.html index 91511cdf..59feeff5 100644 --- a/examples/browser_test.html +++ b/examples/browser_test.html @@ -1,8 +1,8 @@ <html> <head> - <script src = "../Faker.js" type = "text/javascript"></script> + <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 |
