1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 05:39:43 +00:00

update README

This commit is contained in:
deadc0de6
2018-09-01 18:32:32 +02:00
parent 8a3e7459f3
commit 7c4ef310b1

View File

@@ -547,17 +547,17 @@ the following entries:
- ...
```
* **actions** entry: a list of action (see [Use actions](#use-actions))
* **actions** entry (optional): a list of action (see [Use actions](#use-actions))
```
<action-key>: <command-to-execute>
```
* **trans** entry: a list of transformations (see [Use transformations](#use-transformations))
* **trans** entry (optional): a list of transformations (see [Use transformations](#use-transformations))
```
<trans-key>: <command-to-execute>
```
* **variables** entry: a list of template variables
* **variables** entry (optional): a list of template variables (see [Available variables](#available-variables))
```
<variable-name>: <variable-content>
```