summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLeon Schuermann <leon@is.currently.online>2021-01-28 14:39:28 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-01-29 12:05:30 +0100
commit1f7777d21fafd5f31412f71fd85ca5e96a1dd28b (patch)
treecbc1f9c5dada554562bd8e959d05b5cda9604af3 /README.md
parentfffac362dd4e866a92e788ef7a2945f78adb8520 (diff)
README.md: fix glossary Markdown table formatting
With this change the table renders correctly in a variety of editors and applications, such as emacs markdown-mode, GitHub and dillinger.io. Signed-off-by: Leon Schuermann <leon@is.currently.online> Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a6633d..0ad027c 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ to explain what it does.
### Glossary
| Word | Explanation |
-+ ----------- + ---------------------------------------------------------------------------------------------------------------- +
+|-------------|------------------------------------------------------------------------------------------------------------------|
| build / job | The procedure of transforming a set of sources to a package (or, technically, even to multiple packages) |
| dependency | A "package" that is required during the buildtime or during the runtime of another "package" |
| endpoint | A docker API endpoint butido can talk to |