Skip to content

Commit 614998e

Browse files
authored
Use consistent indentation in README examples
1 parent 1530e05 commit 614998e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require('react-datetime');
3030
...
3131

3232
render: function() {
33-
return <Datetime />;
33+
return <Datetime />;
3434
}
3535
```
3636
[See this example working](http://codepen.io/simeg/pen/mEmQmP).

0 commit comments

Comments
 (0)