Skip to content

Commit

Permalink
Fix incorrect API reference in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DarcyRaynerDD committed May 31, 2019
1 parent aba1c87 commit 4f4e919
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ Custom metrics can be submitted using the `Distribution` function. The metrics a


ddlambda.Distribution(
// Context, (ctx), should be the same object passed into your lambda handler function, (or a child).
// If you don't want to pass the context through your call hierarchy, you can use ddlambda.GetContext()
ctx,
"coffee_house.order_value", // Metric name
12.45, // The value
"product:latte", "order:online" // Associated tags
Expand Down

0 comments on commit 4f4e919

Please sign in to comment.