Skip to content

Commit c8c19eb

Browse files
authored
Grammar
1 parent ba97525 commit c8c19eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commerce-add-ons/packages/cart/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)