aboutsummaryrefslogtreecommitdiff
path: root/docs/api/localization.md
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-01-17 16:43:38 +0100
committerGitHub <[email protected]>2022-01-17 10:43:38 -0500
commita973ee1ce64d2b593f64b633e927382280da8f27 (patch)
tree4ca75ceb6815b83627874a38feff4bd2a1b240ef /docs/api/localization.md
parentcd4695abf47510f2c8741fd54270ad6d1a0aa1ff (diff)
downloadfaker-a973ee1ce64d2b593f64b633e927382280da8f27.tar.xz
faker-a973ee1ce64d2b593f64b633e927382280da8f27.zip
chore(docs): fix imports (#154)
Diffstat (limited to 'docs/api/localization.md')
-rw-r--r--docs/api/localization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/localization.md b/docs/api/localization.md
index dbd03b43..39ab6ccd 100644
--- a/docs/api/localization.md
+++ b/docs/api/localization.md
@@ -63,5 +63,5 @@ In a production environment, you may only want to include the locale data for a
```js
// loads only de locale
-const faker = require('faker/locale/de');
+const faker = require('@faker-js/faker/locale/de');
```