aboutsummaryrefslogtreecommitdiff
path: root/examples/node/singleLocale.js
diff options
context:
space:
mode:
authorDavid Kossoglyad <[email protected]>2021-03-18 02:42:43 +0200
committerDavid Kossoglyad <[email protected]>2021-03-18 02:42:43 +0200
commit20e665cae7d7a516362d12a18ed14656ee52f0aa (patch)
tree866ab2050671ce7f6aa4139c37f0d8634f2a0382 /examples/node/singleLocale.js
parentf4b0a92e1743b2a894811ae7b189592b2b6c1979 (diff)
parent81f27065297c3e29eb552911b9a5dc8755600efb (diff)
downloadfaker-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.js4
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