Skip to content

Commit

Permalink
Readme - CDN installation guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
smolenski-mikolaj committed Apr 11, 2023
1 parent 12110d1 commit 514b40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ Add the stylesheet files below in the _head_ section:

```
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tw-elements/dist/css/index.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tw-elements/dist/css/tw-elements.min.css" />
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
Expand All @@ -766,5 +766,5 @@ Add the stylesheet files below in the _head_ section:
Require the js bundled file right before the _body_ closing tag:

```
<script src="https://cdn.jsdelivr.net/npm/tw-elements/dist/js/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tw-elements/dist/js/tw-elements.umd.min.js"></script>
```

0 comments on commit 514b40a

Please sign in to comment.