From 86a8a70bf00f25e74db04af2da671e96f3a78867 Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Wed, 24 Jul 2024 09:56:25 +0200 Subject: [PATCH] Misc typo fixes in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 892377c..9b6b121 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ also mainly thought as template that can be adapted depending on your needs. If you're not familiar with podman-compose, you can quickly launch the wanted setup from any directory using the `-f` option of podman-compsoe. For -instance, if you cloned this repository in `~/powa-doocker` and want to run the +instance, if you cloned this repository in `~/powa-docker` and want to run the images for a remote mode, simply run: -podman-compose -f ~/powa-podman/composoe/powa_remote_mode.yml up +podman-compose -f ~/powa-podman/compose/powa_remote_mode.yml up Please refer to https://github.com/containers/podman-compose for more details on how to use podman-compose.