From 8001ab64e296d7d715ea3ea1f01d2a4cc1b4be1f Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 28 Jun 2019 14:43:11 +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 6e73491..1cd0b0f 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ require 'path/to/vendor/autoload.php'; ### Assign dialog ```php -use \RetailCrm\Mg\Bot\Client; -use \RetailCrm\Mg\Bot\Model\Request\DialogAssignRequest; +use RetailCrm\Mg\Bot\Client; +use RetailCrm\Mg\Bot\Model\Request\DialogAssignRequest; $client = new Client('https://mg.url.demo', 'T9DMPvuNt7FQJMszHUd', true);