Skip to content

Commit 697c531

Browse files
authored
Update README.md
1 parent 563808d commit 697c531

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 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/download/v1.0.0-beta/">Download</a>
25+
<a href="https://github.com/MathisBurger/ChocolateCSS/releases/tag/v1.0.0">Download</a>
2626

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

3232
HTML:
3333
```html
34-
<link rel="stylesheet" href="https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0-beta/chocolate.min.css">
34+
<link rel="stylesheet" href="https://github.com/MathisBurger/ChocolateCSS/releases/download/v1.0.0/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.
@@ -40,7 +40,9 @@ HTML:
4040
<meta name="viewport" content="width=device-width, initial-scale=1" />
4141
```
4242

43-
Now unzip the scripts.zip and place the `js/` folder whereever you want.
43+
Download the `script.zip` from the latest release.
44+
45+
Now unzip the `scripts.zip` and place the `js/` folder whereever you want.
4446
It is important, because you will need these scripts for further functionalities of the libary.
4547

4648
# Scripts

0 commit comments

Comments
 (0)