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

Commit 9f62f68

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent 2ae9afb commit 9f62f68

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

README.md

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

1010
## Installation
1111

12-
- NPM: `npm install modern-css-reset`
13-
- Yarn: `yarn add modern-css-reset`
14-
- CDN:
15-
- Unpkg: `<link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css" />`
16-
- jsDelivr: `<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" />`
12+
- NPM:
1713

18-
## Commands
14+
```console
15+
$ npm install --save-dev modern-css-reset
16+
```
17+
18+
- Yarn:
19+
20+
```console
21+
$ yarn add modern-css-reset
22+
```
23+
24+
- Unpkg CDN:
25+
26+
```html
27+
<link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css" />
28+
```
29+
30+
- jsDelivr CDN:
31+
32+
```html
33+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" />
34+
```
35+
36+
### Mannual installation
1937

2038
You can minify and move the main reset to the `dist` by running:
2139

22-
```bash
23-
npm run build
40+
```console
41+
$ git clone https://github.com/hankchizljaw/modern-css-reset.git
42+
$ cd modern-css-reset
43+
$ npm run build
2444
```
45+
46+
## License
47+
48+
MIT

0 commit comments

Comments
 (0)