Skip to content

Commit 23449d9

Browse files
committed
chore: configuring version to distribution
1 parent cd23db8 commit 23449d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ Use [yarn](https://yarnpkg.com/) to package and install the SDK:
2424

2525
Globally:
2626

27-
- `$ yarn global add modzy-sdk`
27+
- `$ yarn global add @modzy/modzy-sdk`
2828

2929
In an existing project:
3030

31-
- `$ yarn add modzy-sdk`
31+
- `$ yarn add @modzy/modzy-sdk`
3232

3333
Or you can use [npm](https://nodejs.org/):
3434

3535
Globally
3636

37-
- `$ npm install -g modzy-sdk`
37+
- `$ npm install -g @modzy/modzy-sdk`
3838

3939
In an existing project:
4040

41-
- `$ npm install modzy-sdk`
41+
- `$ npm install @modzy/modzy-sdk`
4242

4343
You can also install from Github:
4444

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)