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
18
18
19
19
## Client Assets Installation
20
20
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:
22
22
23
23
``` html
24
24
<link href =" /App_Plugins/UmbracoCommerceCart/umbraco-commerce-cart.css" rel =" stylesheet" >
25
25
```
26
26
27
- and the following JavaScript include before the closing ` body ` tag.
27
+ Add following JavaScript before the closing ` body ` tag:
28
28
29
29
``` html
30
30
<script src =" /App_Plugins/UmbracoCommerceCart/umbraco-commerce-cart.js" defer ></script >
31
31
```
32
32
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