From c07351d779099446a4bfb6674cd00ebcac3ee3e1 Mon Sep 17 00:00:00 2001 From: Jacob Weisz Date: Wed, 12 Oct 2022 12:46:00 -0500 Subject: [PATCH] meta: Fix readme typo (#309) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8ae612..aa013b0a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Demo user: demo@demo.demo demo ### Logging -Planka currently allows you to expose the applciation's logfile directory to the host machine via a shared volume. This feature is not enabled by default. +Planka currently allows you to expose the application's logfile directory to the host machine via a shared volume. This feature is not enabled by default. To expose the logfile director to the host machine, add the item `./logs/:/app/logs/` under `services.planka.volumes`.