Fix syntax.
This commit is contained in:
parent
a2b172442c
commit
20ec1d7397
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ examplekeyword 1: http://www.example.com/?q={%query}
|
||||||
# This shortcut will match for "examplekeyword foo, bar",
|
# This shortcut will match for "examplekeyword foo, bar",
|
||||||
# Here you can define optional title, description and tags.
|
# Here you can define optional title, description and tags.
|
||||||
examplekeyword 2:
|
examplekeyword 2:
|
||||||
- url: http://www.example.com/?q={%query}&p={%puery}
|
url: http://www.example.com/?q={%query}&p={%puery}
|
||||||
- title: Custom shortcut
|
title: Custom shortcut
|
||||||
- description: My custom shortcut with the keyword examplekeyword and 1 argument
|
description: My custom shortcut with the keyword examplekeyword and 2 arguments.
|
||||||
- tags:
|
tags:
|
||||||
- example
|
- example
|
||||||
|
|
||||||
# Make sure that the keys are unique,
|
# Make sure that the keys are unique,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue