Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
chore(readme): update dead links (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewl33 authored and ProbablePrime committed Oct 8, 2018
1 parent 558b0f3 commit bb8b8c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![Build Status](https://travis-ci.org/mixer/interactive-node.svg?branch=master)](https://travis-ci.org/mixer/interactive-node)

A TypeScript, Node.js and Browser(JavaScript) compatible client for [Mixer.com's interactive 2 Protocol](https://dev.mixer.com/reference/interactive/protocol/protocol.pdf).
A TypeScript, Node.js and Browser(JavaScript) compatible client for [Mixer.com's interactive 2 Protocol](https://dev.mixer.com/guides/mixplay/protocol/overview).

For an introduction to interactive2 checkout the [reference docs](https://dev.mixer.com/reference/interactive/index.html) on the developers site.
For an introduction to interactive2 checkout the [reference docs](https://dev.mixer.com/guides/mixplay/introduction) on the developers site.

## Installation

Expand All @@ -26,7 +26,7 @@ npm i --save @mixer/interactive-node

### Authentication

[OAuth 2.0](https://tools.ietf.org/html/rfc6749) is used for authentication. Valid bearer tokens can be passed in the [Client.open](https://mixer.github.io/interactive-node/classes/client.html#open) method.
[OAuth 2.0](https://tools.ietf.org/html/rfc6749) is used for authentication. Valid bearer tokens can be passed in the `Client.open` method.

For more information about Mixer's OAuth visit the [OAuth reference page](https://dev.mixer.com/reference/oauth/index.html) on our developer site.

Expand Down Expand Up @@ -111,11 +111,11 @@ Checkout our reference docs [here](https://mixer.github.io/interactive-node/).
To get a development environment setup:

1. [Clone this repository](https://help.github.com/articles/cloning-a-repository/)
1. `npm install`
1. `npm run build`
2. `npm install`
3. `npm run build`

### Contributing

Thanks for your interested in contributing, checkout [TODO.md](https://github.com/mixer/interactive-node/TODO.md) for a list of tasks!
Thanks for your interested in contributing, checkout [TODO.md](https://github.com/mixer/interactive-node/blob/master/TODO.md) for a list of tasks!

Open a [Pull Request](https://github.com/mixer/interactive-node/pulls) we'd love to see your contributions.

0 comments on commit bb8b8c3

Please sign in to comment.