Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baramex authored Aug 28, 2022
1 parent 10cb35e commit 6d2f1b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
<h2 id='cdn'>CDN</h2>

```html
<link rel="stylesheet" href="http://cdn.baramex.me/libs/js/flashes-messages/flashs.css">
<script src="http://cdn.baramex.me/libs/js/flashes-messages/flashs.js"></script>
<link rel="stylesheet" href="https://cdn.baramex.me/libs/js/flashes-messages/flashs.css">
<script src="https://cdn.baramex.me/libs/js/flashes-messages/flashs.js"></script>
```

## Exemple
Head:
```html
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

<link rel="stylesheet" href="http://cdn.baramex.me/libs/js/flashes-messages/flashs.css">
<script src="http://cdn.baramex.me/libs/js/flashes-messages/flashs.js"></script>
<link rel="stylesheet" href="https://cdn.baramex.me/libs/js/flashes-messages/flashs.css">
<script src="https://cdn.baramex.me/libs/js/flashes-messages/flashs.js"></script>
```

Body:
Expand Down

0 comments on commit 6d2f1b3

Please sign in to comment.