diff --git a/README.md b/README.md index 76825cb..10ee1eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# inetprocess/sugarcrm +# inetprocess/libsugarcrm That library allows anybody to interact with a SugarCRM application, outside that application. Suppose you need to do a importation script, running every night, with a very specific set of transformations or check. Then you need that kind of tools to be able to "Login" to SugarCRM, diff --git a/composer.json b/composer.json index 1031e1f..8644357 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "inetprocess/sugarcrm", + "name": "inetprocess/libsugarcrm", "description": "This library provides a various classes to interact with SugarCRM", "type": "library", - "keywords": ["sugarcrm"], + "keywords": ["sugarcrm", "sugarcli"], "authors": [ { "name": "Emmanuel Dyan",