diff --git a/plugins/inputs/webhooks/github/README.md b/plugins/inputs/webhooks/github/README.md index 908d92a63..5115d287c 100644 --- a/plugins/inputs/webhooks/github/README.md +++ b/plugins/inputs/webhooks/github/README.md @@ -45,7 +45,7 @@ The tag values and field values show the place on the incoming JSON object where * 'forks' = `event.repository.forks_count` int * 'issues' = `event.repository.open_issues_count` int * 'ref' = `event.ref` string -* 'issues' = `event.ref_type` string +* 'refType' = `event.ref_type` string #### [`delete` event](https://developer.github.com/v3/activity/events/types/#deleteevent) @@ -61,7 +61,7 @@ The tag values and field values show the place on the incoming JSON object where * 'forks' = `event.repository.forks_count` int * 'issues' = `event.repository.open_issues_count` int * 'ref' = `event.ref` string -* 'issues' = `event.ref_type` string +* 'refType' = `event.ref_type` string #### [`deployment` event](https://developer.github.com/v3/activity/events/types/#deploymentevent)