Skip to content

Commit 7ffcee7

Browse files
authored
Merge pull request #23 from RIP21/patch-1
Fix typo in Readme.md
2 parents 537f876 + d26cb71 commit 7ffcee7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Note - while SimpleMDE options has an `initialValue` option, this component only
5757
var React = require('react');
5858
var SimpleMDE = require('react-simplemde-editor');
5959

60-
<SimpleMDEReact
60+
<SimpleMDE
6161
onChange={this.handleChange}
6262
options={{
6363
autofocus: true,
@@ -81,7 +81,7 @@ extraKeys = {
8181
}
8282
};
8383

84-
<SimpleMDEReact
84+
<SimpleMDE
8585
onChange={this.handleChange}
8686
extraKeys={extraKeys}
8787
/>

0 commit comments

Comments
 (0)