aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
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."
```