Skip to content

Commit

Permalink
fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lulezi committed Oct 4, 2016
1 parent 24d3633 commit db09728
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The configuration is optional but allows you to facilitate usage of the plugin.
| config-key | default |
| ----------------------- | ---------------------------------------------------------------------------- |
| `show-between.timezone` | `date_default_timezone_get()` (see <http://php.net/manual/en/timezones.php>) |
| `show-between.from` | `from` |
| `show-between.until` | `until` |
| `show-between.from` | `'from'` |
| `show-between.until` | `'until'` |

## Usage

Expand Down Expand Up @@ -46,10 +46,10 @@ This will only be visible from July 14th, 2016 until July 16th, 2016.
(… from)
```

### Until specified date, then hidden, then showed again after specific date
### Visible until specified date, then hidden, then visible again from specified date

```markdown
(until: 2016-07-14 from: 2016-07-16 …)
(until: 2016-07-14 from: 2016-07-16 …)
This will always be visible except on July 15th, 2016.
(… from)
```
Expand All @@ -62,7 +62,7 @@ c::set('show-between.until', 'bis');
```

```markdown
(von: 2016-07-14 bis 2016-07-16 …)
(von: 2016-07-14 bis: 2016-07-16 …)
This will only be visible from July 14th, 2016 until July 16th, 2016.
(… von)
```
Expand Down

0 comments on commit db09728

Please sign in to comment.