From 3eee796fdff9f4226e211f01cd5926d3d05d28ae Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Sat, 17 May 2014 15:35:45 -0400 Subject: Moving to major new version for change of package name for uppercase to lowercase. --- examples/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'examples/index.html') diff --git a/examples/index.html b/examples/index.html index c46516fc..6327ab9a 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,9 +1,9 @@ - Faker.js - generate massive amounts of fake data in Node.js and the browser + faker.js - generate massive amounts of fake data in Node.js and the browser - + -

Faker.js - generate massive amounts of fake data in Node.js and the browser

- Fork me on GitHub +

faker.js - generate massive amounts of fake data in Node.js and the browser

+ Fork me on GitHub card count :

- protip: open your console on this page and run: console.log(Faker); var randomName = Faker.Name.findName(); console.log(randomName);
+ protip: open your console on this page and run: console.log(faker); var randomName = faker.Name.findName(); console.log(randomName);
-- cgit v1.2.3