Skip to content

Commit e64813f

Browse files
authored
Update README.md
1 parent 9b68c12 commit e64813f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $client->folders // Returns DocuSign\eSign\Api\FoldersApi
4444
```
4545
The client handles injecting the `$account_id` to any method that requires it.
4646

47-
So calling a method like the [`DocuSign\eSign\Api\FoldersApi` `list()`](https://github.com/docusign/docusign-php-client/blob/master/src/Api/FoldersApi.php#L321) method is as easy as:
47+
So calling a method like the [`DocuSign\eSign\Api\FoldersApi` `list()`](https://github.com/docusign/docusign-php-client/blob/master/src/Api/FoldersApi.php#L638) method is as easy as:
4848

4949
```php
5050
$client->folders->list(); // Returns \DocuSign\eSign\Model\FoldersResponse
@@ -228,4 +228,4 @@ class DocuSignSample
228228
);
229229
}
230230
}
231-
```
231+
```

0 commit comments

Comments
 (0)