Skip to content
Permalink
Browse files
Merge pull request #173 from pnfcre/patch-1
Invalid <link> tag in README
  • Loading branch information
chinchang committed May 10, 2019
2 parents 357e488 + 6bfcf7e commit f8fd0b0a44f90780164bc0eaf5db8ee0a0493098
Showing 1 changed file with 2 additions and 2 deletions.
@@ -30,12 +30,12 @@ Get the library using one of the following ways:
Now include the library in the ``HEAD`` tag of your page:

```html
<link rel="stylesheet" href="hint.css"></link>
<link rel="stylesheet" href="hint.css" />
```
or

```html
<link rel="stylesheet" href="hint.min.css"></link>
<link rel="stylesheet" href="hint.min.css" />
```

Now, all you need to do is give your element any position class and tooltip text using the `aria-label` attribute.

0 comments on commit f8fd0b0

Please sign in to comment.