Skip to content

Commit abfda1e

Browse files
committed
docs(Document Update): fix the wrong import method in the document
1 parent d6bd4d0 commit abfda1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ npm install --save @idealight-labs/anyweb-js-sdk
4747
### ESM
4848

4949
```javascript
50-
import { Provider } from 'anyweb-js-sdk';
50+
import { Provider } from '@idealight-labs/anyweb-js-sdk';
5151

5252
const provider = new Provider({
5353
logger: console,

0 commit comments

Comments
 (0)