Skip to content

Commit

Permalink
Use @type instead of type
Browse files Browse the repository at this point in the history
Because `type` parameter is deprecated.
  • Loading branch information
okkez committed Mar 27, 2018
1 parent 0d83d57 commit 41b8057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Output plugin for Datadog

```
<match datadog.**>
type dd
@type dd
dd_api_key ...
#dd_app_key_key ...
#host my_host.example.com
Expand Down

0 comments on commit 41b8057

Please sign in to comment.