Skip to content

Commit 98b2fde

Browse files
author
Edward Xiao
authored
Update README.md
1 parent 58f0921 commit 98b2fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
5050
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-inputs-validation/4.4.0/react-inputs-validation.min.js"></script>
5151
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.21.1/babel.min.js"></script>
5252
<script type="text/babel">
53-
class Greeting extends React.Component {
53+
class App extends React.Component {
5454
...
5555
render() {
5656
return <Textbox value={value} onBlur={()=>{}} .../>;
5757
}
5858
}
59-
ReactDOM.render(<Greeting />, document.getElementById('root'));
59+
ReactDOM.render(<App />, document.getElementById('root'));
6060
</script>
6161
</body>
6262

0 commit comments

Comments
 (0)