Skip to content

Commit 23bbb00

Browse files
author
Guy Aridor
committed
Fix parens / brackets in README
1 parent 0a30248 commit 23bbb00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const Signup = parametrize(DummyExperiment, ['signupText'], React.createClass({
3535
</div>
3636
);
3737
}
38-
}
3938
}));
4039
```
4140

@@ -55,7 +54,7 @@ let Signup = parametrize(exp, ['signupText'], React.createClass({
5554
</div>
5655
);
5756
}
58-
});
57+
}));
5958

6059
let Parent = React.createClass({
6160
render() {

0 commit comments

Comments
 (0)