Skip to content

Commit

Permalink
Copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jul 6, 2018
1 parent 7104842 commit 6997b9c
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 @@ -87,7 +87,7 @@ Alternatively, you can load Zebra_Tooltips from [JSDelivr CDN](https://www.jsdel
<!-- replacing "min" with "src" will serve you the non-compressed version -->
```

Load the plugin's style sheet file
Load one the plugin's theme

```html
<link rel="stylesheet" href="path/to/zebra_tooltips.min.css">
Expand All @@ -96,7 +96,7 @@ Load the plugin's style sheet file
...or from [JSDelivr CDN](https://www.jsdelivr.com/package/npm/zebra_tooltips)

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zebra_tooltips@latest/dist/zebra_tooltips.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zebra_tooltips@latest/dist/css/default/zebra_tooltips.min.css">

<!-- replacing "min" with "src" will serve you the non-compressed version -->
```
Expand Down

0 comments on commit 6997b9c

Please sign in to comment.