From 472d8c74c64ac8c053bea9fa68228eece2941cf5 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 30 Jul 2022 23:57:15 +0200 Subject: [PATCH] readme: fixed typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc44320..6a8cae6 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ Set the following volumes with the -v tag. | Volume-Name | Container mount | Description | | ------------- | --------------------------- | ------------------------------------------------------------ | -| `config-file` | `/blog/src/config.py` | Config file | -| `entries` | `/blog/src/templates/entry` | Directory for blog entries | -| `css` | `/blog/src/static/css` | (optional) Directory for css files | -| `html` | `/blog/src/templates` | (optional) Directory for templates (entry-volume not needed) | +| `config-file` | `/blog/config.py` | Config file | +| `entries` | `/blog/templates/entry` | Directory for blog entries | +| `css` | `/blog/static/css` | (optional) Directory for css files | +| `html` | `/blog/templates` | (optional) Directory for templates (entry-volume not needed) | #### Ports