Skip to content

Commit 71d36d3

Browse files
authored
Merge pull request #124 from hmaesta/patch-1
Typo fix
2 parents 0d21834 + 37af4d8 commit 71d36d3

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
@@ -338,7 +338,7 @@ Some resources are available directly, some resources are only available through
338338
### Custom Actions
339339
There are several action methods which can be called without calling the `get()`, `post()`, `put()`, `delete()` methods directly, but eventually results in a custom call to one of those methods.
340340

341-
- For example, get count of total projects
341+
- For example, get count of total products
342342
```php
343343
$productCount = $shopify->Product->count();
344344
```

0 commit comments

Comments
 (0)