We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4d3b1 commit 750a95cCopy full SHA for 750a95c
README.md
@@ -105,7 +105,7 @@ Projects are the ways Patch takes CO2 out of the air. They can represent refores
105
```javascript
106
// Retrieve a project
107
const project_id = 'pro_test_1234'; // Pass in the project's ID
108
-patch.projects.retrieveProject(project_id);
+patch.projects.retrieveProject(projectId);
109
110
// Retrieve a list of projects
111
const page = 1; // Pass in which page of projects you'd like
0 commit comments