Fixing README command with wrong function name

This commit is contained in:
2019-06-25 20:35:31 -03:00
parent 97e0a56b65
commit e4f2bd04be

View File

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