aboutsummaryrefslogtreecommitdiff
path: root/examples/node/singleLocale.js
diff options
context:
space:
mode:
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