Skip to content

Commit b9dc3fb

Browse files
committed
Fix readme typo
1 parent eaebbde commit b9dc3fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ ReactDOM.render(
7070
import React from 'react';
7171
import GoodBye from 'react-goodbye';
7272

73+
import Modal from './path/to/your/modal/component';
74+
7375
class Page extends React.Component {
7476
constructor(props) {
7577
super(props);
7678
this.state = {
77-
initialvalue: props.initialValue,
79+
initialValue: props.initialValue,
7880
currentValue: props.initialValue
7981
};
8082
}

0 commit comments

Comments
 (0)