@cryptofi/core-ui 2.0.9 → 2.1.1

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
@@ -106,7 +106,7 @@ https://www.loom.com/share/c8326757734f424993f857bf7881b02e
106
106
  To use unpublished changes to this package in another local application, follow these steps:
107
107
 
108
108
  1. Run `yarn publish:local` to build and publish locally.
109
- 2. From the root of the other app run `yarn dlx yalc link @cryptofi/core-ui` to install this package from the local registry.
109
+ 2. From the root of the other app run `yarn link:core-ui` to install this package from the local registry.
110
110
  3. Re-run `yarn publish:local` as needed to update consumers with the latest changes to this project.
111
111
 
112
112
  See [yalc docs](https://github.com/wclr/yalc) for more info.