Skip to content

Commit 60816dc

Browse files
committed
changed name of example
1 parent c407a0f commit 60816dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Examples extends React.Component {
99
return (
1010
<div style={{maxWidth:560, margin: "0 auto", fontFamily: "sans-serif",}}>
1111
<h1>Sateful React YouTube Examples</h1>
12-
<h2>1) Most features: &nbsp;
12+
<h2>1) Semi-Controlled Component: &nbsp;
1313
<span style={{fontSize:17}}><a href="https://github.com/calvinclaus/stateful-react-youtube/blob/master/examples/mainExample.js">(Source)</a></span>
1414
</h2>
1515
<MainExample />

0 commit comments

Comments
 (0)