Skip to content

Commit

Permalink
Template: Save test data below /tests
Browse files Browse the repository at this point in the history
This update addresses issue ElektraInitiative#1887.
  • Loading branch information
sanssecours committed May 17, 2018
1 parent 58c5ae5 commit f6ccf1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plugins/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ None.
## Examples

```sh
# Backup-and-Restore: user/examples/template
# Backup-and-Restore: user/tests/template

kdb set user/examples/template/key value
#> Create a new key user/examples/template/key with string "value"
kdb set user/tests/template/key value
#> Create a new key user/tests/template/key with string "value"

kdb get /examples/template/key
kdb get /tests/template/key
#> value
```

Expand Down

0 comments on commit f6ccf1f

Please sign in to comment.