aboutsummaryrefslogtreecommitdiff
path: root/examples/browser_test.html
diff options
context:
space:
mode:
authorFotoVerite <[email protected]>2014-05-17 15:35:45 -0400
committerFotoVerite <[email protected]>2014-05-17 15:35:45 -0400
commit3eee796fdff9f4226e211f01cd5926d3d05d28ae (patch)
treecdab238c20b7458b34da8f6e9933edbf4c83abea /examples/browser_test.html
parentdaa95b3a4f3eb5131970271be3820ddb45d30022 (diff)
downloadfaker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.tar.xz
faker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.zip
Moving to major new version for change of package name for uppercase to lowercase.
Diffstat (limited to 'examples/browser_test.html')
-rw-r--r--examples/browser_test.html4
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