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(); /**