From b7d29f8278a0ff6cfc31930d189a33bf0e587331 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 22 Jun 2017 00:50:16 +0300 Subject: [PATCH] Readme typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e35ee..d4d3877 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ if ($response->isSuccessful()) { ```php $client = new \RetailCrm\ApiClient( - 'https://demo.retailcrm.pro', + 'https://demo.retailcrm.ru', 'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH', 'v4' );