Skip to content

Commit 1d40469

Browse files
committed
Update README.md
1 parent c4b552c commit 1d40469

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
@@ -22,7 +22,7 @@ var MyComponent = React.createClass({
2222
mixins: [ReactMeteor.Mixin],
2323

2424
// Make sure your component implements this method.
25-
getMeteorState () {
25+
getMeteorState() {
2626
return {
2727
foo: Session.get("foo"),
2828
...
@@ -42,4 +42,4 @@ meteor
4242

4343
## Credits
4444

45-
The source code is based on [reactjs/react-meteor](https://github.com/reactjs/react-meteor). It has been updated to the latest Meteor and React version with enabled ES6 transforms for JSX files (--harmony).
45+
The source code is based on [reactjs/react-meteor](https://github.com/reactjs/react-meteor). It has been updated to the latest Meteor and React version with enabled ES6 transforms for JSX files (--harmony).

0 commit comments

Comments
 (0)