diff options
| author | borel <pbborel.gmail.com> | 2020-11-11 14:52:02 +0100 |
|---|---|---|
| committer | borel <pbborel.gmail.com> | 2020-11-11 14:52:02 +0100 |
| commit | 9dc301f22680ff7edaf0c0b68e001281ff4b9ac7 (patch) | |
| tree | 9e9d877fe94276af4825538b7eda8d8f290dcfc1 /examples/node | |
| parent | 4d08fa776fe164f748fdde29e8e7e0296723ad02 (diff) | |
| parent | 91dc8a3372426bc691be56153b33e81a16459f49 (diff) | |
| download | faker-9dc301f22680ff7edaf0c0b68e001281ff4b9ac7.tar.xz faker-9dc301f22680ff7edaf0c0b68e001281ff4b9ac7.zip | |
Merge remote-tracking branch 'upstream/master'
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()) |
