aboutsummaryrefslogtreecommitdiff
path: root/examples/node
diff options
context:
space:
mode:
authorMarak <[email protected]>2021-02-04 17:36:04 -0500
committerGitHub <[email protected]>2021-02-04 17:36:04 -0500
commit822e66112b9a7d5a879e22ae332c21b738345146 (patch)
tree9e7929803ba7344f74f1a10849de84c67ad89fe0 /examples/node
parent6031aec3c1675b38c790326ccc89bfc46f3e2cb4 (diff)
parent0d3809d4c83f9f5c29d99040df84b7353fe32255 (diff)
downloadfaker-822e66112b9a7d5a879e22ae332c21b738345146.tar.xz
faker-822e66112b9a7d5a879e22ae332c21b738345146.zip
Merge pull request #999 from netochaves/fix/internetEmail
Fix: internet email for japanese and chinese characters
Diffstat (limited to 'examples/node')
-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