Update README.md

This commit is contained in:
Andros Fenollosa 2020-08-03 17:20:33 +02:00 committed by GitHub
parent e3e100c437
commit 5d1a61e714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ Add to your `<head>` the following tag.
```html
<div is-hover="class:toggle('show', '#button')"></div>
<button id="button">Hi</div>
<button id="button">Hi</button>
```
#### Visible
@ -165,7 +165,7 @@ Add to your `<head>` the following tag.
```html
<div is-visible="class:toggle('show', '#button')"></div>
<button id="button">Hi</div>
<button id="button">Hi</button>
```
#### Not visible
@ -304,7 +304,7 @@ Añade a tu `<head>` la siguiente etiqueta.
```html
<div is-hover="class:toggle('show', '#button')"></div>
<button id="button">Hi</div>
<button id="button">Hi</button>
```
#### Visible
@ -331,7 +331,7 @@ Añade a tu `<head>` la siguiente etiqueta.
```html
<div is-visible="class:toggle('ver', '#boton')"></div>
<button id="boton">Hi</div>
<button id="boton">Hi</button>
```
#### No visible
@ -358,7 +358,7 @@ Añade a tu `<head>` la siguiente etiqueta.
```html
<div is-not-visible="class:toggle('ver', '#boton')"></div>
<button id="boton">Hi</div>
<button id="boton">Hi</button>
```