diff --git a/README.md b/README.md index 7e3203c..23d3fcc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ React components for rendering messages from [`@worldware/msg`](https://www.npmj `@worldware/msg` is a **peer dependency** of `@worldware/msg-react` (and is marked external in the build). Install both packages in your app: ```bash -npm install @worldware/msg @worldware/msg-react +npm install @worldware/msg@^0.11.0 @worldware/msg-react ``` That keeps a single shared `@worldware/msg` instance and types in the dependency tree and avoids duplicate copies.