Skip to content

Commit 91ad231

Browse files
authored
Fix readme example
1 parent 97d0ffb commit 91ad231

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
@@ -56,7 +56,7 @@ In Patch, orders represent a purchase of carbon offsets or negative emissions by
5656
const mass = 1000000 // Pass in the mass in grams (i.e. 1 metric tonne)
5757
patch.orders.createOrder({ mass_g: mass })
5858

59-
# Retrieve an order
59+
// Retrieve an order
6060
orderId = 'ord_test_1234' // Pass in the order's id
6161
patch.orders.retrieveOrder(orderId)
6262

0 commit comments

Comments
 (0)