Skip to content

Commit d4f63e5

Browse files
committed
Update README.markdown
1 parent 9e5479a commit d4f63e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ In your tests, you should use the MockingKernel instead of the StandardKernel. I
33

44
1. The following syntax will bind a service to the mocked object of a Mock<T>:
55

6-
Bind<IService>().ToMock();
6+
`Bind<IService>().ToMock();`
77

88
2. If you request a service that has no binding, instead of creating an implicit self-binding, the MockingKernel
99
will create an instance of Mock<T> and return the mocked object associated with it.
@@ -12,4 +12,4 @@ In your tests, you should use the MockingKernel instead of the StandardKernel. I
1212
remain in scope. You can call this method after each test to ensure that instances are reactivated, without having
1313
to dispose and re-initialize the kernel each time.
1414

15-
Hat tip to [Scott Reynolds](http://github.com/scottcreynolds) for the idea, and to [Sean Chambers](http://github.com/schambers) for dogfooding.
15+
Hat tip to [Scott Reynolds](http://github.com/scottcreynolds) for the idea, and to [Sean Chambers](http://github.com/schambers) for dogfooding.

0 commit comments

Comments
 (0)