Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte authored May 30, 2019
1 parent 1201e68 commit aa7e457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ const { HLTV } = require('hltv')

#### Configuration

You can create an instance of HLTV with a custom config.
You can create an instance of HLTV with a custom config if you want to.

```javascript
const myHLTV = HLTV.createInstance({hltvUrl: 'my-proxy-server', loadPage: /* my custom request library */})
const myHLTV = HLTV.createInstance({hltvUrl: /* my-proxy-server */, loadPage: /* my custom request library */})
```

**[See config schema](https://github.com/gigobyte/HLTV/blob/master/src/config.ts)**
Expand Down

0 comments on commit aa7e457

Please sign in to comment.