Fix syntax.

This commit is contained in:
Georg Jaehnig 2020-04-29 19:27:53 +02:00
parent a2b172442c
commit 20ec1d7397

View file

@ -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,