We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d711a5 commit 81b5dc2Copy full SHA for 81b5dc2
example/Makefile
@@ -28,7 +28,7 @@ client: ## Runs the uncompiled example client code
28
go run ./client/main.go
29
30
.PHONY: publish
31
-publish: ## Submits pub/sub events in different cotnent types
+publish: ## Submits pub/sub events in different content types
32
curl -i -d '{ "from": "John", "to": "Lary", "message": "hi" }' \
33
-H "Content-type: application/json" \
34
"http://localhost:3500/v1.0/publish/messages/topic1"
0 commit comments