Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
bspellacy authored Jul 31, 2020
1 parent 97d0ffb commit 91ad231
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 @@ -56,7 +56,7 @@ In Patch, orders represent a purchase of carbon offsets or negative emissions by
const mass = 1000000 // Pass in the mass in grams (i.e. 1 metric tonne)
patch.orders.createOrder({ mass_g: mass })

# Retrieve an order
// Retrieve an order
orderId = 'ord_test_1234' // Pass in the order's id
patch.orders.retrieveOrder(orderId)

Expand Down

0 comments on commit 91ad231

Please sign in to comment.