Skip to content

Commit

Permalink
update readmea and composer name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucker-Eric committed May 26, 2016
1 parent ae6876e commit 8598302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Example:
```php
<?php

require 'vendor/autoload.php';

$client = new DocuSign\Rest\Client([
'username' => $username,
'password' => $password,
Expand Down Expand Up @@ -49,6 +51,8 @@ Example:
```php
<?php

require 'vendor/autoload.php';

$client = new DocuSign\Rest\Client([
'username' => $username,
'password' => $password,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tucker-eric/laravel-docusign",
"name": "tucker-eric/docusign-rest-client",
"description": "A PHP Wrapper For The Official Docusign Esign Library Implementing The Docusign REST Api",
"keywords": [
"docusign",
Expand Down

0 comments on commit 8598302

Please sign in to comment.