We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e70064 commit 1487329Copy full SHA for 1487329
README.md
@@ -378,7 +378,7 @@ Get great code completion for this package using the integrated typescript typin
378
If you are bundling spotify-web-api-js using e.g. webpack you can include the library and the typings into a typescript file like this:
379
380
```typescript
381
-import * as SpotifyWebApi from 'spotify-web-api-js';
+import SpotifyWebApi from 'spotify-web-api-js';
382
383
let spotify = new SpotifyWebApi();
384
```
0 commit comments