From e4f2bd04be98b30a5d912ba75088e1e8b79cda66 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Tue, 25 Jun 2019 20:35:31 -0300 Subject: [PATCH] Fixing README command with wrong function name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d64f63..e5e7868 100644 --- a/README.md +++ b/README.md @@ -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: