From 0fba20c6b512f5dd8eecca40484a72bfbd623f9d Mon Sep 17 00:00:00 2001 From: Michael Maxwell Date: Mon, 6 Jun 2022 11:13:10 -0700 Subject: [PATCH] Update README.md (#115) fixed to render prettily on github --- src/productcatalogservice/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/productcatalogservice/README.md b/src/productcatalogservice/README.md index 8865dbe3b2..199b0ccfe7 100644 --- a/src/productcatalogservice/README.md +++ b/src/productcatalogservice/README.md @@ -3,6 +3,6 @@ When this service is run the output should be similar to the following ```json -productcatalogservice | {"message":"successfully parsed product catalog json","severity":"info","timestamp":"2022-06-02T23:54:10.191283363Z"} -productcatalogservice | {"message":"starting grpc server at :3550","severity":"info","timestamp":"2022-06-02T23:54:10.191849078Z"} +{"message":"successfully parsed product catalog json","severity":"info","timestamp":"2022-06-02T23:54:10.191283363Z"} +{"message":"starting grpc server at :3550","severity":"info","timestamp":"2022-06-02T23:54:10.191849078Z"} ```