Skip to content

Commit ae1583e

Browse files
committed
readme file update
1 parent 8edc2e9 commit ae1583e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/css-tooltip.png"><br>
2+
<a href="https://alterebro.github.io/css-tooltip/"><img src="docs/css-tooltip.png"></a><br>
33
</p>
44

55
------
@@ -15,7 +15,8 @@
1515
$ npm i css-tooltip
1616
```
1717

18-
css-tooltip can also be directly included from [unpkg.com](https://unpkg.com//css-tooltip):
18+
You can [download it here](https://github.com/alterebro/css-tooltip/archive/master.zip) or
19+
include the `css` file directly from [unpkg.com](https://unpkg.com/css-tooltip):
1920

2021
```html
2122
<link rel="stylesheet" src="https://unpkg.com/css-tooltip" />
@@ -82,7 +83,7 @@ $shadow : 0 5px 15px -5px rgba(0, 0, 0, .65); // 0 || box-shadow
8283
$load-styles : true !default; // false to remove the extra styles.
8384
```
8485

85-
Then you'll have to build the CSS file
86+
Then you'll have to build the CSS file:
8687

8788
## Development
8889

0 commit comments

Comments
 (0)