diff --git a/README.md b/README.md index 0ffff9c..287cb46 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ curl --location --request POST 'localhost:18080/produce' \ --header 'Content-Type: application/json' ``` -###There are two types of messages you can send (using request body) : +### There are two types of messages you can send (using request body) : 1. URI Message type ``` { @@ -37,7 +37,7 @@ curl --location --request POST 'localhost:18080/produce' \ } ``` -###Depending on the message you send, you will receive the following response : +### Depending on the message you send, you will receive the following response : 1. Success @@ -60,4 +60,4 @@ curl --location --request POST 'localhost:18080/produce' \ "requestedAt": "2022-04-01T13:00:00", "producedAt": "2022-04-01T22:49:25.695124" } -``` \ No newline at end of file +```