diff --git a/README.md b/README.md
index 1ee22aa..94bb05c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Library webhooks
================
-

+

[](https://travis-ci.org/go-playground/webhooks)
[](https://coveralls.io/github/go-playground/webhooks?branch=v3)
[](https://goreportcard.com/report/go-playground/webhooks)
diff --git a/github/payload.go b/github/payload.go
index 2b1a183..0df30d5 100644
--- a/github/payload.go
+++ b/github/payload.go
@@ -2,8 +2,6 @@ package github
import "time"
-// PushPayload contains the information for GitHub's push hook event
-
// CommitCommentPayload contains the information for GitHub's commit_comment hook event
type CommitCommentPayload struct {
Action string `json:"action"`