We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b01c4c commit f604b41Copy full SHA for f604b41
examples/entry.js
@@ -8,7 +8,7 @@ class Examples extends React.Component {
8
render () {
9
return (
10
<div style={{maxWidth:560, margin: "0 auto", fontFamily: "sans-serif",}}>
11
- <h1>Sateful React YouTube Examples</h1>
+ <h1><a href="https://github.com/calvinclaus/stateful-react-youtube">Sateful React YouTube</a></h1>
12
13
<h2>1) Simply display video:
14
<span style={{fontSize:17}}><a href="https://github.com/calvinclaus/stateful-react-youtube/blob/master/examples/simpleExample.js">(Source)</a></span>
0 commit comments