Skip to content

Commit

Permalink
Sorted indentation on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmorrishill authored Aug 21, 2019
1 parent e53f7bb commit 9d8a692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ The simulator can be very useful in testing outputs that aren't easy to create r
Want to see how your code handles 500 server errors, or 404s?

```c#
simulator.Get("/my/route").Responds().WithCode(500);
simulator.Get("/employee/44").Responds().WithCode(404);
simulator.Get("/my/route").Responds().WithCode(500);
simulator.Get("/employee/44").Responds().WithCode(404);
```

## Headers
Expand Down

0 comments on commit 9d8a692

Please sign in to comment.