From 46642498b08c939316fb95f70bb836700bbecc40 Mon Sep 17 00:00:00 2001 From: Nishant Mittal Date: Tue, 4 Jan 2022 01:27:40 +0530 Subject: [PATCH] fix: minor readme typo Signed-off-by: Nishant Mittal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3814871..e4ccbb8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Accept-Encoding: gzip Servicename: Service-B ``` -In the above example, we are making a post request from `service-a` with the body: +In the above example, we are making a post request to `service-a` with the body: ```json { "url": "http://service-b:9091/call",