File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
commerce-add-ons/packages/cart Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ PM> Install-Package Umbraco.Commerce.Cart
1818
1919## Client Assets Installation
2020
21- Once installed, add the following CSS include to your layout templates ` head ` section
21+ Once installed, add the following CSS to your layout templates ` head ` section:
2222
2323``` html
2424<link href =" /App_Plugins/UmbracoCommerceCart/umbraco-commerce-cart.css" rel =" stylesheet" >
2525```
2626
27- and the following JavaScript include before the closing ` body ` tag.
27+ Add following JavaScript before the closing ` body ` tag:
2828
2929``` html
3030<script src =" /App_Plugins/UmbracoCommerceCart/umbraco-commerce-cart.js" defer ></script >
3131```
3232
33- Once installed, head to the [ Configuration] ( ./configuration.md ) section to configure Cart for your solution.
33+ Once installed, head to the [ Configuration] ( ./configuration.md ) section to configure the Cart for your solution.
You can’t perform that action at this time.
0 commit comments