mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2024-11-23 19:00:50 +00:00
Fixing README command with wrong function name
This commit is contained in:
parent
97e0a56b65
commit
e4f2bd04be
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user