Skip to content

Commit 352837d

Browse files
author
Simen Brekken
committed
Remove remarks section
1 parent 4abe201 commit 352837d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ A React component class that injects subscriptions and actions into your compone
3131

3232
* `WrappedComponent` *(Component)*: The original component class passed to `connect()`.
3333

34-
#### Remarks
35-
36-
* It needs to be invoked two times. The first time with its arguments described above, and a second time, with the component: `connect(mapFirebaseToProps)(MyComponent)`.
37-
38-
* It does not modify the passed React component. It returns a new, connected component, that you should use instead.
39-
4034
#### Examples
4135

4236
> Runnable examples can be found in the [examples folder](examples/).

0 commit comments

Comments
 (0)