Update README.md

This commit is contained in:
Wondeok Kang
2022-04-04 09:51:28 +09:00
committed by GitHub
parent b09375afba
commit 1b885be0e2

View File

@@ -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