diff --git a/README.md b/README.md index 53fce85..2712e67 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add IntaroCRM REST API client in your composer.json: ```js { "require": { - "intarocrm/crm-rest-api": "dev-master" + "intarocrm/rest-api-client": "dev-master" } } ``` diff --git a/composer.json b/composer.json index 5088c76..4a0745b 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "intarocrm/crm-rest-api", + "name": "intarocrm/rest-api-client", "description": "PHP Client for IntaroCRM REST API", "type": "library", - "keywords": ["api", "Intaro CRM", "REST"], + "keywords": ["api", "Intaro CRM", "rest"], "homepage": "http://www.intarocrm.ru/", "authors": [ {