Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno committed Jan 4, 2016
1 parent 422c5a4 commit d3084f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feel free to drop me a message at [[email protected]](mailto:[email protected])

```php
$token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx';
$pipedrive = Pipedrive::make($token);
$pipedrive = new Pipedrive($token);

// Easily access a Pipedrive resource and its values
$organization = $pipedrive->organizations->find(1);
Expand Down

0 comments on commit d3084f1

Please sign in to comment.