Skip to content

Commit

Permalink
Fix composer.json file and a README title
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorFt committed Feb 8, 2017
1 parent c40972f commit 22bb7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you do not wish to use Composer, you can download the sources. Then, to use t
require_once('/path/to/swikly-php/init.php');
```

### Ressources
## Ressources

[Wiki](https://github.com/swikly/swikly-php/wiki): To understand all the SDK features and how to use them.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "swikly/swikly-php",
"type": "library",
"description": "A PHP wrapper for Swikly's API",
"keywords": ["swikly", "payment", "security", "api"],
"keywords": ["swikly", "payment", "security deposit", "api"],
"homepage": "https://github.com/swikly/swikly-php",
"license": "MIT",
"authors": [
{
"name": "Swikly Dev Team",
"email": "contact@swikly.com",
"homepage": "https://swikly.com",
"homepage": "https://swikly.com"
}
],
"require": {
Expand Down

0 comments on commit 22bb7e4

Please sign in to comment.