Skip to content

Commit

Permalink
Add example site QR code to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Mar 5, 2017
1 parent 723542c commit e74904f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,9 @@ It is safe for server rendering and cleans up after unmount on the client.
## Demo
Please see the [react-touch-position demo site](https://ethanselzer.github.io/react-touch-position).

Experiment with react-touch-position [live on CodePen](http://codepen.io/ethanselzer/pen/KWzOgj);
Experiment with react-touch-position [live on CodePen](http://codepen.io/ethanselzer/pen/KWzOgj).

<img src="https://raw.githubusercontent.com/ethanselzer/react-touch-position/master/images/qrcode.png" width="75" height="75" alt="Touch Demo"/>

## Related Project
For mouse position tracking, please consider [react-cursor-position](https://www.npmjs.com/package/react-cursor-position).
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/Home.js
Expand Up @@ -22,7 +22,7 @@ class App extends Component {
render() {
return (
<div>
<Helmet title="Examples | React Touch Position" />
<Helmet title="React Touch Position" />
<Header {...this.props} />
<Jumbotron>
<Grid>
Expand Down
Binary file added images/qrcode.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e74904f

Please sign in to comment.