Skip to content

Commit e2c33ef

Browse files
authored
Update "list" method to "callList" in readme (#28)
Fix method name in readme so users testing the package don't assume it doesn't work.
1 parent 044bfc1 commit e2c33ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $signer = DocuSign::signer([
5454
Access DocuSign Api endpoints using `get()`;
5555

5656
```php
57-
DocuSign::get('folders')->list();
57+
DocuSign::get('folders')->callList();
5858
```
5959
OR
6060

0 commit comments

Comments
 (0)