blue

Modify README.md

...@@ -42,14 +42,15 @@ ...@@ -42,14 +42,15 @@
42 ``` 42 ```
43 npm install 43 npm install
44 ``` 44 ```
45 -4. Enter your API in `api.js` 45 +4. Enter your API in api.js
46 - ``` javascript 46 +
47 +```
47 var spotifyApi = new SpotifyWebApi({ 48 var spotifyApi = new SpotifyWebApi({
48 clientId: "your id", 49 clientId: "your id",
49 clientSecret: "your secret", 50 clientSecret: "your secret",
50 redirectUri: "redirectUri" 51 redirectUri: "redirectUri"
51 }); 52 });
52 - ``` 53 +```
53 54
54 <p align="right">(<a href="#top">back to top</a>)</p> 55 <p align="right">(<a href="#top">back to top</a>)</p>
55 56
......