From 978f2f050966c1788e44da6e0ee310d52e54b247 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Mon, 14 Mar 2016 23:07:43 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e9d73a..5f7ee92 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ gem install retailcrm ```ruby require 'retailcrm' -api = Retailcrm.new('https://yourcrmname.retailcrm.ru', 'yourApiKeyHere') +api = Retailcrm.new('https://yourcrmname.retailcrm.pro', 'yourApiKeyHere') response = api.orders_get(345, 'id').response order = response[:order] @@ -29,7 +29,7 @@ order = response[:order] ```ruby require 'retailcrm' -api = Retailcrm.new('https://yourcrmname.retailcrm.ru', 'yourApiKeyHere') +api = Retailcrm.new('https://yourcrmname.retailcrm.pro', 'yourApiKeyHere') order = { :externalId => 171, @@ -71,5 +71,5 @@ order_id = response[:id] #### Documentation -* http://www.retailcrm.ru/docs/Developers/ApiVersion3 +* http://www.retailcrm.pro/docs/Developers/ApiVersion3 * http://www.rubydoc.info/gems/retailcrm