Skip to content

Commit 750a95c

Browse files
bspellacythdaraujo
andauthored
Update README.md
Co-authored-by: Thiago Araujo <[email protected]>
1 parent 8d4d3b1 commit 750a95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Projects are the ways Patch takes CO2 out of the air. They can represent refores
105105
```javascript
106106
// Retrieve a project
107107
const project_id = 'pro_test_1234'; // Pass in the project's ID
108-
patch.projects.retrieveProject(project_id);
108+
patch.projects.retrieveProject(projectId);
109109

110110
// Retrieve a list of projects
111111
const page = 1; // Pass in which page of projects you'd like

0 commit comments

Comments
 (0)