Skip to content

Commit 02149ec

Browse files
jupemarahdp617
authored andcommitted
Fix double quotation from full-width character (#107)
1 parent 887f608 commit 02149ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ curl -d "@mockPubsub.json" -X POST \
7878
-H "Ce-Specversion: true" \
7979
-H "Ce-Source: true" \
8080
-H "Ce-Id: true" \
81-
-H Content-Type: application/json \
81+
-H "Content-Type: application/json" \
8282
http://localhost:8080
8383
```
8484

0 commit comments

Comments
 (0)