Skip to content

Commit 50b7ef9

Browse files
authored
Merge pull request #225 from Shopify/jamiemtdwyer-patch-1
Update README.md
2 parents 3f62a03 + 558a57d commit 50b7ef9

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
@@ -210,7 +210,7 @@ shopify.Product.exists(product.id) # => True
210210

211211
product = shopify.Product.find(292082188312)
212212
# Resource holding our newly created Product object
213-
# Inspect attributes with person.attributes
213+
# Inspect attributes with product.attributes
214214

215215
product.price = 19.99
216216
product.save() # => True

0 commit comments

Comments
 (0)