From a0465fcd7678812cfe697c3dd045085d94e52cfa Mon Sep 17 00:00:00 2001 From: Marak Date: Fri, 10 Jul 2015 12:34:53 -0700 Subject: [docs] [fix] Documentation generator is removing example mustache syntax --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1e143a8c..36999aa6 100644 --- a/Readme.md +++ b/Readme.md @@ -38,7 +38,7 @@ As of version `v3.0.0` faker.js contains a super useful generator method `Faker. **Example:** ``` js -console.log(faker.fake(', ')); +console.log(faker.fake('{{name.lastName}}, {{name.firstName}} {{name.suffix}}')); // outputs: "Marks, Dean Sr." ``` -- cgit v1.2.3