Skip to content

Commit

Permalink
Merge pull request #2 from ChunkleChip/patch-1
Browse files Browse the repository at this point in the history
fix typo in README.md
  • Loading branch information
andrasq authored Apr 27, 2022
2 parents 0e88f80 + e481510 commit f8e56cd
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 @@ -32,7 +32,7 @@ current process, scrapable on port 39110 with an http GET request:
const promClient = require('prom-client');
promClient.collectDefaultMetrics();

const gw = require('prom-pushgateway).createServer({
const gw = require('prom-pushgateway').createServer({
port: 39110,
// include latest prom-client metrics in every /metrics report
readPromMetrics: () => promClient.register.metrics()
Expand Down

0 comments on commit f8e56cd

Please sign in to comment.