diff options
| author | David Kossoglyad <[email protected]> | 2021-03-18 02:42:43 +0200 |
|---|---|---|
| committer | David Kossoglyad <[email protected]> | 2021-03-18 02:42:43 +0200 |
| commit | 20e665cae7d7a516362d12a18ed14656ee52f0aa (patch) | |
| tree | 866ab2050671ce7f6aa4139c37f0d8634f2a0382 /examples/node/singleLocale.js | |
| parent | f4b0a92e1743b2a894811ae7b189592b2b6c1979 (diff) | |
| parent | 81f27065297c3e29eb552911b9a5dc8755600efb (diff) | |
| download | faker-20e665cae7d7a516362d12a18ed14656ee52f0aa.tar.xz faker-20e665cae7d7a516362d12a18ed14656ee52f0aa.zip | |
Merge branch 'master' into feature/add-hebrew-localization
Diffstat (limited to 'examples/node/singleLocale.js')
| -rw-r--r-- | examples/node/singleLocale.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/node/singleLocale.js b/examples/node/singleLocale.js index e5b504f3..55d13a82 100644 --- a/examples/node/singleLocale.js +++ b/examples/node/singleLocale.js @@ -1,7 +1,7 @@ -var faker = require('../locale/en'); +var faker = require('../../locale/en'); console.log(faker.name.findName()); -var faker = require('../locale/uk'); +var faker = require('../../locale/uk'); console.log(faker.name.findName());
\ No newline at end of file |
