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 750a95c commit 9008708Copy full SHA for 9008708
README.md
@@ -104,7 +104,7 @@ Projects are the ways Patch takes CO2 out of the air. They can represent refores
104
105
```javascript
106
// Retrieve a project
107
-const project_id = 'pro_test_1234'; // Pass in the project's ID
+const projectId = 'pro_test_1234'; // Pass in the project's ID
108
patch.projects.retrieveProject(projectId);
109
110
// Retrieve a list of projects
0 commit comments