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"} ```