From d198e7087756ad555edcdf5d20b062d93e6763ce Mon Sep 17 00:00:00 2001 From: RedHood Date: Mon, 20 Jul 2020 14:30:49 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD?= =?UTF-8?q?=D0=B5=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a8b2978..71189a7 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,8 @@ use Dotenv\Dotenv; use VK\Core as VK; use VK\API\Methods\Message; -// Подключение зависимостей +// Подключение зависимостей и настроек require_once './vendor/autoload.php'; - -// Подключение параметров по умолчанию Dotenv::createImmutable(__DIR__)->load(); /**