From d8d9473d9cbe8a905e19daea78846b3b757977b9 Mon Sep 17 00:00:00 2001 From: Benyamin Eskandari Date: Tue, 18 Oct 2022 05:15:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd1b568..6469f7f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ check the [`example/server.toml`](https://github.com/graymind75/fake-rest/blob/m That's it, have fun. -# what next? +# what's next? FakeRest support `headers, query-strings` except `body` for now. I will add `form, multipart, etc` body as soon as possible to check and condition on those fields too.