We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcdb2b5 + 84da2d6 commit 5465ba0Copy full SHA for 5465ba0
README.md
@@ -34,12 +34,12 @@ yarn add @onreadydesa/vtex-node-sdk
34
First, import the SDK:
35
36
```javascript
37
-const { VTEX } = require('vtex-node-sdk');
+const { VTEX } = require('@onreadydesa/vtex-node-sdk');
38
```
39
40
##### Using ES6 imports
41
42
-import { VTEX } from 'vtex-node-sdk';
+import { VTEX } from '@onreadydesa/vtex-node-sdk';
43
44
45
Then, use the SDK like this:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@onreadydesa/vtex-node-sdk",
3
- "version": "1.0.0-alpha",
+ "version": "1.0.1-alpha",
4
"description": "VTEX Node SDK, built 100% with Typescript and 0 dependencies!",
5
"author": "Onready",
6
"private": false,
0 commit comments