Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thiago Araujo <[email protected]>
  • Loading branch information
bspellacy and thdaraujo authored Jul 30, 2020
1 parent 9008708 commit 88aa716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88aa716

Please sign in to comment.