Skip to content

Commit 4990c37

Browse files
committed
docs: tweak docs
1 parent 32a2336 commit 4990c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Global builds are not [UMD](https://github.com/umdjs/umd) builds. They are built
105105
- For use with bundlers like `webpack`, `rollup` and `parcel`
106106
- Leaves prod/dev branches with `process.env.NODE_ENV` guards (must be replaced by bundler)
107107
- Does not ship minified builds (to be done together with the rest of the code after bundling)
108-
- Imports dependencies (e.g. `@intlify/core`, `@intlify/message-compiler`)
108+
- Imports dependencies (e.g. `@intlify/core-base`, `@intlify/message-compiler`)
109109
- Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@intlify/message-compiler` imports `@intlify/shared`)
110110
- This means you **can** install/import these deps individually without ending up with different instances of these dependencies, but you must make sure they all resolve to the same version
111111
- In-browser locale messages compilation:

packages/vue-i18n/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Internationalization plugin for Vue.js
2929
- For use with bundlers like `webpack`, `rollup` and `parcel`
3030
- Leaves prod/dev branches with `process.env.NODE_ENV` guards (must be replaced by bundler)
3131
- Does not ship minified builds (to be done together with the rest of the code after bundling)
32-
- Imports dependencies (e.g. `@intlify/core`, `@intlify/message-compiler`)
32+
- Imports dependencies (e.g. `@intlify/core-base`, `@intlify/message-compiler`)
3333
- Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@intlify/message-compiler` imports `@intlify/shared`)
3434
- This means you **can** install/import these deps individually without ending up with different instances of these dependencies, but you must make sure they all resolve to the same version
3535
- In-browser locale messages compilation:

0 commit comments

Comments
 (0)