Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freimutt authored Nov 1, 2019
1 parent f6961ec commit 914898c
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 @@ -110,7 +110,7 @@ Render a navie list:

#### Examples
Get all items
```
```twig
{%
set items = craft.navie.items()
.list('main')
Expand All @@ -119,7 +119,7 @@ Get all items
```

Get items limited by level
```twig 
```twig
{%
set items = craft.navie.items()
.list('main')
Expand Down

0 comments on commit 914898c

Please sign in to comment.