From 88aa7169a1f9e0bdfb0a1bc569058bb4199c87b1 Mon Sep 17 00:00:00 2001 From: Brennan Spellacy Date: Thu, 30 Jul 2020 16:22:53 -0700 Subject: [PATCH] Update README.md Co-authored-by: Thiago Araujo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ad34bf..d6938f2 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ patch.projects.retrieveProject(projectId); // Retrieve a list of projects const page = 1; // Pass in which page of projects you'd like -patch.projects.retrieve_projects({ page }); +patch.projects.retrieveProjects({ page }); ``` ### Preferences