diff --git a/README.md b/README.md index f6bb60d..3d7a564 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ First install the library. To get going there are only 3 steps: 1. Wrap your application with our `Provider`. - 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: () => )(ProductPage)` + 2. Wrap a component you would like to _receive_ 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: () => )(ProductPage)` ### Full Tutorial