Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit f1c2ad1

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent 2972283 commit f1c2ad1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ A tiny little reset that you can use as the basis of your CSS projects. You can
99

1010
## Installation
1111

12-
- NPM:
12+
NPM:
1313

1414
```console
1515
npm install --save-dev modern-css-reset
1616
```
1717

18-
- Yarn:
18+
Yarn:
1919

2020
```console
2121
yarn add modern-css-reset
2222
```
2323

24-
- Unpkg CDN:
24+
Unpkg CDN:
2525

2626
```html
2727
<link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css" />
2828
```
2929

30-
- jsDelivr CDN:
30+
jsDelivr CDN:
3131

3232
```html
3333
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" />

0 commit comments

Comments
 (0)