We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e959c77 + 91e8342 commit e5f1b29Copy full SHA for e5f1b29
README.md
@@ -14,10 +14,10 @@ The library makes it simple to integrate Gigya services in your PHP application.
14
* Run `composer update`
15
16
### In a project
17
-* Run `composer config repositories.gigyaphpsdk git hhttps://github.com/SAP/gigya-php-sdk.git`
+* Run `composer config repositories.gigyaphpsdk git https://github.com/SAP/gigya-php-sdk.git`
18
* Run `composer require gigya/php-sdk`
19
20
-It will now be possible to autoload Gigya PHP SDK: `user Gigya\PHP`.
+It will now be possible to autoload Gigya PHP SDK: `use Gigya\PHP`.
21
22
## Configuration
23
* [Obtain a Gigya APIKey and authentication details](https://developers.gigya.com/display/GD/PHP#PHP-ObtainingGigya'sAPIKeyandSecretkey).
0 commit comments