Skip to content

Commit 20cca39

Browse files
committed
Update web SDK example
1 parent a038537 commit 20cca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web/README.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm install {{ language.params.npmPackage }} --save
3333
If you're using a bundler (like [Rollup](https://rollupjs.org/) or [webpack](https://webpack.js.org/)), you can import the {{ spec.title }} module when you need it:
3434

3535
```js
36-
import {{ '{' }} {{ language.params.npmPackage|caseUcfirst }} {{ '}' }} from "{{ language.params.npmPackage }}";
36+
import {{ '{' }} Client, Account {{ '}' }} from "{{ language.params.npmPackage }}";
3737
```
3838

3939
### CDN

0 commit comments

Comments
 (0)