Skip to content

Commit

Permalink
[docs] [fix] Documentation generator is removing example mustache syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jul 10, 2015
1 parent 6771c54 commit a0465fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
```

Expand Down

0 comments on commit a0465fc

Please sign in to comment.