Skip to content

Commit d2de47b

Browse files
committed
Updates README.md
1 parent 38ac844 commit d2de47b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Only `curl` is required for the module to work.
1111
```php
1212
<?php
1313

14-
use emphaz\SpotifyTokenSwapper;
14+
use emphaz\SpotifyTokenSwapper\SpotifyTokenSwapper;
1515

1616
$tokenSwapper = new SpotifyTokenSwapper([
1717
'client_id' => '5865db6d15f808d916b77bed10993c2e',
@@ -36,4 +36,4 @@ if(isset($_POST['code']))
3636
)
3737
*/
3838
}
39-
```
39+
```

0 commit comments

Comments
 (0)