diff --git a/README.md b/README.md index cd67004..e2c194a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ https://kafka.do/producer/test-topic/hello-world ```json { - ... "topic": "test-topic", "message": "hello-world", "offset": 42 @@ -49,7 +48,6 @@ https://kafka.do/consumer/test-topic ```json { - ... "topic": "test-topic", "message": "hello-world", "offset": 42 @@ -74,7 +72,6 @@ https://kafka.do/webhook/test-topic/https://yourapp.com/consume ```json { - ... "topic": "test-topic", "callback_url": "https://yourapp.com/consume", "webhook_id": "webhook_12345" @@ -97,7 +94,6 @@ In case of an error, the response will contain an `error` message describing the ```json { - ... "error": "Error message" } ```