Skip to content

Commit

Permalink
fix: fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Dec 10, 2018
1 parent 71b238e commit 0431d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fastify.register(require('fastify-datadog'), {})
## Options

* `dogstatsd` DogStatsD client.
* `stat` *string* name for the stat. `default = "node.express.router"`
* `stat` *string* name for the stat. `default = "node.fastify.router"`
* `tags` *array* of tags to be added to the histogram. `default = []`
* `path` *boolean* include path tag. `default = false`
* `method` *boolean* include http method tag. `default = false`
Expand Down

0 comments on commit 0431d76

Please sign in to comment.