Skip to content

Commit 6876e60

Browse files
authored
Update README.md
1 parent e872a38 commit 6876e60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ class UserRepository {
143143
```
144144

145145
When you write tests you can easily provide your own "fake" dependencies to classes you are testing using `set` method:
146-
`provide` methods of the container:
147146

148147
```typescript
149148
Container.set(CoffeeMaker, new FakeCoffeeMaker());

0 commit comments

Comments
 (0)