Skip to content

Commit 639a688

Browse files
handymathis@gmail..comhandymathis@gmail..com
authored andcommitted
updated documentation
1 parent 989848f commit 639a688

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ ChocolateCSS is not made for beginners. It is especially made for people, who wa
2424
Latest release:
2525
<a href="https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.2/">Download</a>
2626

27+
Download the latest release and import it in your html or
28+
css by using the following lines of code.
29+
2730
CSS:
2831
```css
29-
@import url("https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.2/chocolate.min.css");
32+
@import url("<pathToMinCSS>");
3033
```
3134

3235
HTML:
3336
```html
34-
<link rel="stylesheet" href="https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.2/chocolate.min.css">
37+
<link rel="stylesheet" href="<pathToMinCSS>">
3538
```
3639

3740
<strong>NOTE:</strong> You need following line of code in your `head` tag. If you do not, the whole responsive design will not work.

0 commit comments

Comments
 (0)