Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasonny83 committed Jun 6, 2017
1 parent 6faf3de commit 1eb404f
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 @@ -216,7 +216,7 @@ Allows you to decide which name will be used for storing the cookie in the clien

The previous example will generate a `myShinyCookieLaw=true` as soon as the user dismiss the banner.

### expire
### expiration

| Type | Default value | Description |
| --- | --- | --- |
Expand All @@ -225,7 +225,7 @@ The previous example will generate a `myShinyCookieLaw=true` as soon as the user
###### Example

```html
<cookie-law name="myShinyCookieLaw" expire="7">I'm gonna expire in 1 week!</cookie-law>
<cookie-law name="myShinyCookieLaw" expiration="7">I'm gonna expire in 1 week!</cookie-law>
```

## Properties
Expand Down

0 comments on commit 1eb404f

Please sign in to comment.