File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ Use [yarn](https://yarnpkg.com/) to package and install the SDK:
2424
2525Globally:
2626
27- - ` $ yarn global add modzy-sdk `
27+ - ` $ yarn global add @modzy/ modzy-sdk `
2828
2929In an existing project:
3030
31- - ` $ yarn add modzy-sdk `
31+ - ` $ yarn add @modzy/ modzy-sdk `
3232
3333Or you can use [ npm] ( https://nodejs.org/ ) :
3434
3535Globally
3636
37- - ` $ npm install -g modzy-sdk `
37+ - ` $ npm install -g @modzy/ modzy-sdk `
3838
3939In an existing project:
4040
41- - ` $ npm install modzy-sdk `
41+ - ` $ npm install @modzy/ modzy-sdk `
4242
4343You can also install from Github:
4444
Original file line number Diff line number Diff line change 11{
22 "name" : " @modzy/modzy-sdk" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " Javascript SDK for Modzy" ,
55 "main" : " dist/main.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments