Skip to content

Commit

Permalink
Update Typescript code snippet - Fixes #166
Browse files Browse the repository at this point in the history
  • Loading branch information
JMPerez committed Aug 3, 2020
1 parent 4e70064 commit 1487329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Get great code completion for this package using the integrated typescript typin
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:

```typescript
import * as SpotifyWebApi from 'spotify-web-api-js';
import SpotifyWebApi from 'spotify-web-api-js';

let spotify = new SpotifyWebApi();
```
Expand Down

0 comments on commit 1487329

Please sign in to comment.