Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Moln committed May 14, 2020
1 parent 8c01730 commit a246987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Use any ioc library (tsyringe, inversify, @Moln/react-ioc, etc.) in react.

- [Installation](#installation)
- [API](#api)
- [DependencyContainerContext & DependencyContainerProvider](#dependencycontainercontext-dependencycontainerprovider)
- [Use `@moln/dependency-container`](#use-moln-dependency-container)
- [DependencyContainerContext & DependencyContainerProvider](#dependencycontainercontext--dependencycontainerprovider)
- [Use `@moln/dependency-container`](#use-molndependency-container)
- [Use `tsyringe`](#use-tsyringe)
- [Use `inversify`](#use-inversify)
- [injectServices HOC](#injectservices-hoc)
Expand Down Expand Up @@ -53,7 +53,7 @@ render(
);
```

#### Use [`tsyringe`](https://www.npmjs.com/package/tsyringe).
#### Use [`tsyringe`](https://www.npmjs.com/package/tsyringe)

```typescript
import {container, injectable} from "tsyringe";
Expand Down

0 comments on commit a246987

Please sign in to comment.