Skip to content

Commit ce54ec8

Browse files
committed
Fix casing on images
1 parent 6392c85 commit ce54ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ public void MyTest() {
3535
MiniMock is **extremely strict** but **fair**, requiring you to specify all features you want to mock but giving you fair warnings if you don't.
3636
This is by design to make sure you are aware of what you are mocking and not introduce unexpected behaviour.
3737

38-
![exception](exception.png)
38+
![exception](Exception.png)
3939

4040
All mockable members are available through a **fluent interface** with **IntelliSense**, **type safety**, and **documentation**.
4141

42-
![documentation](documentation.png)
42+
![documentation](Documentation.png)
4343

4444
All code required to run MiniMock is **source generated** within your test project and has **no runtime dependencies**. You can **inspect**, **step into**, and **debug** the generated code which also allows for **security** and **vulnerability
4545
scanning** of the generated code.

0 commit comments

Comments
 (0)