@vlprojects-chat/chat 0.6.14 → 0.6.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,8 +3,8 @@ lsd-chat-react is a standalone package with chat functionality, mostly used in l
3
3
 
4
4
  ## Development
5
5
  To test package locally, use yalc, a local package manager. Install it with `yarn global add yalc`
6
- - To publish changes, build a package with `yarn build`, and publish it with `yarn publish --sig`, to avoid local caching.
7
- - To add local package to consumer app, use `yalc add vlprojects-chat/chat` in app repository and update it with newest package version with `yalc update`
6
+ - To publish changes, build a package with `yarn build`, and publish it with `yalc publish --sig`, to avoid local caching.
7
+ - To add local package to consumer app, use `yalc add @vlprojects-chat/chat` in app repository and update it with newest package version with `yalc update`
8
8
 
9
9
  ## Deployment
10
10
  - Update package version