From 9d8a6923ddad33d13677ba0f475fa8abda157e68 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 21 Aug 2019 22:50:57 +0100 Subject: [PATCH] Sorted indentation on readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eb6de7..ca7f19f 100644 --- a/README.md +++ b/README.md @@ -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