Change erroneous push to pull (#1555)

Signed-off-by: Liam White <liamwhite@uk.ibm.com>
This commit is contained in:
Liam White 2017-02-08 21:28:42 +00:00 committed by John Mulhausen
parent 6395c835e5
commit d12fce8853

View file

@ -79,7 +79,7 @@ source | [SourceRecord](https://godoc.org/github.com/docker/distribution/notific
The following is an example of a JSON event, sent in response to the push of a
The following is an example of a JSON event, sent in response to the pull of a
manifest:
```json
@ -340,4 +340,4 @@ provide acceptable guarantees, adding a transactional `Sink` to the registry
is a possibility, although it may have an effect on request service time.
Please see the
[godoc](http://godoc.org/github.com/docker/distribution/notifications#Sink)
for more information.
for more information.