Skip to content

Commit adfe18b

Browse files
authored
Update readme.md
1 parent 7e17a5a commit adfe18b

File tree

1 file changed

+2
-2
lines changed
  • src/Umbraco.Cms.Integrations.Commerce.Shopify

1 file changed

+2
-2
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Umbraco.Cms.Integrations.Commerce.Shopify
22

3-
This integration provides a products picker and a value converter that uses a strongly typed model for rendering,
3+
This integration provides a products picker and a value converter that uses a [strongly typed model](Models/ViewModels/ProductViewModel.cs) for rendering,
44
for products within a simple [Shopify](https://www.shopify.com/) store or through custom apps developed by [Shopify Partners](https://www.shopify.com/partners).
55

66
## Prerequisites
@@ -62,7 +62,7 @@ _Revoke_ action will remove the access token from the database and the authoriza
6262

6363
### Front-end rendering
6464

65-
A strongly typed model will be generated by the property value converter, and an HTML helper is available, to easily render the products on the front-end.
65+
A [strongly typed model](Models/ViewModels/ProductViewModel.cs) will be generated by the property value converter, and an HTML helper is available, to easily render the products on the front-end.
6666

6767
Ensure your template has a reference to the following using statement:
6868

0 commit comments

Comments
 (0)