Fixing README command with wrong function name

This commit is contained in:
Bruno F. Fontes 2019-06-25 20:35:31 -03:00
parent 97e0a56b65
commit e4f2bd04be
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -90,7 +90,7 @@ Safely store this `$token` with the related user data and use it to instantiate
To list all projects: To list all projects:
```php ```php
$projectList = $memsource->project()->listProjects; $projectList = $memsource->project()->list;
``` ```
To use filters, add the API filter as parameter: To use filters, add the API filter as parameter: