diff --git a/README.md b/README.md index a255b53e..24fb49de 100644 --- a/README.md +++ b/README.md @@ -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)**