Skip to content

Commit 9a9463d

Browse files
committed
forgot to update the docs
1 parent abdf245 commit 9a9463d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

DOCUMENTATION.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ If you are using a different Statamic collection, update it in the addon setting
4242

4343
ICS downloads use the following fields if they exist:
4444

45-
- `address`
46-
- `coordinates`
45+
- `address`
46+
- `coordinates`
4747
- `description`
4848

4949
The `coordinates` field must be a keyed array:
@@ -65,8 +65,8 @@ Your collection blueprint must include the required event fields for Events to w
6565

6666
You can:
6767

68-
- Define fields manually
69-
- Import the provided fieldset: `events::event`
68+
- Define fields manually
69+
- Import the provided fieldset: `events::event`
7070

7171
Using the sample fieldset is the fastest way to get started.
7272

@@ -174,15 +174,15 @@ paginate="10"
174174

175175
### Filtering
176176

177-
Supports taxonomy filtering using standard Statamic syntax:
177+
Supports both standard conditions and taxonomy filtering using standard Statamic syntax:
178178

179179
```antlers
180-
taxonomy:categories="example"
180+
taxonomy:categories:not="example" title:contains="awesome"
181181
```
182182

183183
### Sorting
184184

185-
Default: ascending
185+
Default: ascending
186186
To reverse:
187187

188188
```antlers
@@ -250,4 +250,4 @@ Generates an ICS download link.
250250
Includes:
251251
- `location`
252252
- `description`
253-
- `link`
253+
- `link`

0 commit comments

Comments
 (0)