diff options
| author | fariborzemami <[email protected]> | 2020-08-28 18:40:58 +0430 |
|---|---|---|
| committer | fariborzemami <[email protected]> | 2020-08-28 18:40:58 +0430 |
| commit | f7c1324ea893a691e4f043d466cadfd125646484 (patch) | |
| tree | 4ff563ca4475580aa149bf38567f6134cea01a5d /examples/node | |
| parent | 7c9b29c9f209e2048f618b7d2a5d067bded605cc (diff) | |
| parent | 2fd8a31014303460cd58268121b86b23222e10a7 (diff) | |
| download | faker-f7c1324ea893a691e4f043d466cadfd125646484.tar.xz faker-f7c1324ea893a691e4f043d466cadfd125646484.zip | |
Merge branch 'master' of https://github.com/Marak/faker.js
Diffstat (limited to 'examples/node')
| -rwxr-xr-x | examples/node/minimal-usage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/node/minimal-usage.js b/examples/node/minimal-usage.js index c155924e..9feeb8e9 100755 --- a/examples/node/minimal-usage.js +++ b/examples/node/minimal-usage.js @@ -1,7 +1,7 @@ #!/usr/bin/env node var faker = require('../../index'); -faker.locale = "en"; +faker.locale = "fi"; //console.log(faker.lorem.sentences()) |
