Skip to content

Commit 1487329

Browse files
authored
Update Typescript code snippet - Fixes #166
1 parent 4e70064 commit 1487329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Get great code completion for this package using the integrated typescript typin
378378
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:
379379

380380
```typescript
381-
import * as SpotifyWebApi from 'spotify-web-api-js';
381+
import SpotifyWebApi from 'spotify-web-api-js';
382382

383383
let spotify = new SpotifyWebApi();
384384
```

0 commit comments

Comments
 (0)