Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjwes77 authored May 1, 2017
1 parent 688f011 commit 43a4efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# GMTwitch

<b><span style="color:#00DD00;">MAJOR UPDATE 2017:</span></b> Each request now requires the Client ID inside the header. So now you have to supply a Client ID as an argument with the <code>twitch_init()</code> script. It will store the Client ID in memory and the other scripts will insert it into the headers of each request for you! [You can create a Client ID here](https://www.twitch.tv/kraken/oauth2/clients/new). Set the redirect to localhost as recommended, then copy the ID from the URL in your browser.
<b><span style="color:#00DD00;">MAJOR UPDATE:</span></b> Each request now requires the Client ID inside the header. So now you have to supply a Client ID as an argument with the <code>twitch_init()</code> script. It will store the Client ID in memory and the other scripts will insert it into the headers of each request for you! [You can create a Client ID here](https://www.twitch.tv/kraken/oauth2/clients/new). Set the redirect to localhost as recommended, then copy the ID from the URL in your browser.

<b><span style="color:#00DD00;">MAJOR UPDATE 2016:</span></b> Added the ability to chat using four new functions described at the bottom of this doc!
<span style="color:#00DD00;">Previous Updates:</span> Added the ability to chat using four new functions described at the bottom of this doc!

> What is GMTwitch?
Expand Down

0 comments on commit 43a4efd

Please sign in to comment.