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

Commit

Permalink
chore(readme): use absoloute links to appease typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Feb 26, 2018
1 parent 35da544 commit ca2c15d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ client.open({

## Examples

Checkout our [examples](examples/) to get up to speed quickly!
Checkout our [examples](https://github.com/mixer/interactive-node/tree/master/examples/) to get up to speed quickly!

* [basic](examples/basic.ts) - Connects and sets up 5 buttons, when they are clicked the participant is charged 1 spark.
* [dynamicControls](examples/dynamicControls.ts) - Connects and then creates and destroys 5 buttons with random text.
* [joystick](examples/joystick.ts) - Connects and creates a joystick, logs participant coordinate values.
* [basic](https://github.com/mixer/interactive-node/tree/master/examples/basic.ts) - Connects and sets up 5 buttons, when they are clicked the participant is charged 1 spark.
* [dynamicControls](https://github.com/mixer/interactive-node/tree/master/examples/dynamicControls.ts) - Connects and then creates and destroys 5 buttons with random text.
* [joystick](https://github.com/mixer/interactive-node/tree/master/examples/joystick.ts) - Connects and creates a joystick, logs participant coordinate values.

Using Node.js? Clone this repository and run `npm run build` and the examples will be converted to JavaScript for you!

Expand All @@ -116,6 +116,6 @@ To get a development environment setup:

### Contributing

Thanks for your interested in contributing, checkout [TODO.md](TODO.md) for a list of tasks!
Thanks for your interested in contributing, checkout [TODO.md](https://github.com/mixer/interactive-node/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 ca2c15d

Please sign in to comment.