diff options
| author | Luiz Strobelt <[email protected]> | 2020-10-01 00:28:36 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-01 00:28:36 -0300 |
| commit | 5df3678f842383855c53a4c14d39a20deb64f7cc (patch) | |
| tree | 3b9fb614af27c68cfae7cdf76929069f8935ec0c /examples/node | |
| parent | 27f4878ab3d989cdddec9df99802fe2150730ba2 (diff) | |
| parent | 91dc8a3372426bc691be56153b33e81a16459f49 (diff) | |
| download | faker-5df3678f842383855c53a4c14d39a20deb64f7cc.tar.xz faker-5df3678f842383855c53a4c14d39a20deb64f7cc.zip | |
Merge pull request #1 from Marak/master
Update to latest base branch
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()) |
