Fix formatting of notification HTTP request

The syntax highlighting hint was wrong, which prevented the snippet from rendering with the correct highlighting.
This commit is contained in:
Hernán Schmidt 2022-01-17 17:39:48 +01:00 committed by GitHub
parent 4b292bec93
commit 7dbc74dc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ request coming to an endpoint.
An example of a full event may look as follows:
```http request
```http
GET /callback HTTP/1.1
Host: application/vnd.docker.distribution.events.v1+json
Authorization: Bearer <your token, if needed>