Skip to content

Commit 8598302

Browse files
committed
update readmea and composer name
1 parent ae6876e commit 8598302

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Example:
1818
```php
1919
<?php
2020

21+
require 'vendor/autoload.php';
22+
2123
$client = new DocuSign\Rest\Client([
2224
'username' => $username,
2325
'password' => $password,
@@ -49,6 +51,8 @@ Example:
4951
```php
5052
<?php
5153

54+
require 'vendor/autoload.php';
55+
5256
$client = new DocuSign\Rest\Client([
5357
'username' => $username,
5458
'password' => $password,

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tucker-eric/laravel-docusign",
2+
"name": "tucker-eric/docusign-rest-client",
33
"description": "A PHP Wrapper For The Official Docusign Esign Library Implementing The Docusign REST Api",
44
"keywords": [
55
"docusign",

0 commit comments

Comments
 (0)