summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-30 21:02:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-30 21:02:21 +0200
commit40d4939f3a4c1d54f26857398b2f1ef778e75647 (patch)
treec80bf20e9265c6d067c6acc9576b2f8eab72752d /doc
parentbbb5e5858338fa874475e4006ee13120a7686d76 (diff)
doc: Fix up store entry example markup and content
Diffstat (limited to 'doc')
-rw-r--r--doc/src/02000-store.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/02000-store.md b/doc/src/02000-store.md
index 7faafca9..965cd24e 100644
--- a/doc/src/02000-store.md
+++ b/doc/src/02000-store.md
@@ -67,15 +67,15 @@ store binary data. We don't want this, though.
An example for a file in the store follows.
-```
+```text
+
---
[imag]
+links = ["/home/user/more_kittens.mpeg"]
version = "0.2.0"
-imag.links = ["/home/user/more_kittens.mpeg"]
-
-[examplemodule]
-arbitrary = "data"
+[note]
+name = "foo"
---
This is an example text, written by the user.