Skip to content

Commit 4d7b6b1

Browse files
authored
updated version
1 parent 9fa60b1 commit 4d7b6b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ ChocolateCSS is not made for beginners. It is especially made for people, who wa
2222

2323
---
2424
Latest release:
25-
<a href="https://github.com/MathisBurger/ChocolateCSS/releases/tag/v1.0.0">Download</a>
25+
<a href="https://github.com/MathisBurger/ChocolateCSS/releases/tag/v1.0.1">Download</a>
2626

2727
CSS:
2828
```css
29-
@import url("https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0/chocolate.min.css");
29+
@import url("https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.1/chocolate.min.css");
3030
```
3131

3232
HTML:
3333
```html
34-
<link rel="stylesheet" href="https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0/chocolate.min.css">
34+
<link rel="stylesheet" href="https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.1/chocolate.min.css">
3535
```
3636

3737
<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)