From c7fb872df63f5646c2a9b342222701565192213c Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:50:26 -0800 Subject: [PATCH] Update README install step to reference npm package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54fecc7225..46334a2685 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Core-UI is a component library containing all components, layouts, icons and the - Add ```@scality/core-ui``` in the ```package.json```'s dependencies of your project. ```json - "@scality/core-ui": "github:scality/core-ui#0.114.0", + "@scality/core-ui": "0.115.0", ``` - ```@scality/core-ui``` requires the peerDependencies below. Make sure that you have them in the ```package.json```'s dependencies.