Skip to content

Commit

Permalink
docs(readme): Doc fixes.
Browse files Browse the repository at this point in the history
Doc fixes.
  • Loading branch information
ctrlplusb committed Apr 6, 2016
1 parent b0ac565 commit ca4da67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ First install the library.
To get going there are only 3 steps:

1. Wrap your application with our `Provider`.
3. Wrap the component you would like to be recieve content with our `Injectable`. e.g. `Injectable(Sidebar)`
4. Wrap a component you would like to produce content with our `Injector`. e.g.: `Injector({ to: InjectableSidebar, inject: () => <MyBasketsView>)(ProductPage)`
2. Wrap a component you would like to _recieve_ content with our `Injectable`. e.g. `Injectable(Sidebar)`
3. Wrap a component you would like to _produce_ content with our `Injector`. e.g.: `Injector({ to: InjectableSidebar, inject: () => <MyBasketsView>)(ProductPage)`

### Full Tutorial

Expand Down

0 comments on commit ca4da67

Please sign in to comment.