Skip to content

Commit

Permalink
doc: Fix error in prometheus code example (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
CMTegner authored Feb 10, 2022
1 parent 1df10f1 commit ff45180
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 @@ -195,7 +195,7 @@ class Consumer extends Writable {
url = obj.value;
}
if (obj.name === 'method') {
url = obj.value;
method = obj.value;
}
});

Expand Down

0 comments on commit ff45180

Please sign in to comment.