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 750a95c commit 9008708
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 @@ -104,7 +104,7 @@ Projects are the ways Patch takes CO2 out of the air. They can represent refores

```javascript
// Retrieve a project
const project_id = 'pro_test_1234'; // Pass in the project's ID
const projectId = 'pro_test_1234'; // Pass in the project's ID
patch.projects.retrieveProject(projectId);

// Retrieve a list of projects
Expand Down

0 comments on commit 9008708

Please sign in to comment.