Skip to content

Commit

Permalink
Fix some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrasmussen committed Sep 15, 2020
1 parent 01d1368 commit 78614d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Simple class for making requests to the Trello API. Not affiliated with Trello
## Usage

```php
use cjrasmussen\TrelloApi;
use cjrasmussen\TrelloApi\TrelloApi;

$trello = new TrelloApi($key, $token);

Expand Down
7 changes: 5 additions & 2 deletions composer.json
@@ -1,18 +1,21 @@
{
"name": "cjrasmussen/trello-api",
"type": "library",
"description": "Simple helper for interacting with Trello's API",
"version": "1.0.1",
"keywords": ["Trello"],
"homepage": "https://www.clarkrasmussen.com",
"license": "MIT",
"authors": [
{
"name": "Clark Rasmussen",
"homepage": "https://www.clarkrasmussen.com",
"email": "me@cjr.dev",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/cjrasmussen/TrelloApi/issues",
"source": "https://github.com/cjrasmussen/TrelloApi"
},
"require": {
"php": ">=7.1.0",
"ext-curl": "*",
Expand Down

0 comments on commit 78614d7

Please sign in to comment.