Skip to content

Commit

Permalink
Removed a section from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Sep 17, 2020
1 parent 17339fc commit d454063
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ const scraper = prom.scrape(io, {
const metrics = scraper.getMetrics();
```

If you at some point wish to stop and start the scraper server this can be done like this:

```ts
scraper.server.stop();
scraper.server.start();
```

If `createServer: false` then `scraper.server` is `null`.

## Options
Expand Down

0 comments on commit d454063

Please sign in to comment.