mirror of https://github.com/docker/docs.git
Fix sentence in Docker Hub webhooks (#5148)
This commit is contained in:
parent
3d9ba561b0
commit
92670f4bfa
|
@ -13,8 +13,8 @@ Configure webhooks on `https://hub.docker.com/r/<USERNAME>/<REPOSITORY>/~/settin
|
|||
|
||||

|
||||
|
||||
With your webhook, you specify a target URL and a JSON payload to deliver. The
|
||||
example webhook below generates an HTTP POST that delivers a JSON payload:
|
||||
With your webhook, you specify a target URL to POST to. Docker Hub will POST
|
||||
the URL with the following payload:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue