From aa7e457227a7cfd15f628104278b0eeb592c7e71 Mon Sep 17 00:00:00 2001 From: Stanislav Iliev Date: Thu, 30 May 2019 15:58:39 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)**