From 2a85ae79c02c9b63c23f143384016a89a1604f91 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 8 Apr 2023 17:00:34 +0300 Subject: [PATCH] Fix typo --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c30f3a0..03f4420 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ This is all of the containers running in my server and their configuration. I'm using podman in rootless mode and docker-compose with podman's docker socket emulation. All compose files are in TOML -(just becaus I hate YAML). A helper function for ZSH `pct` +(just because I hate YAML). A helper function for ZSH `pct` (stands for **P**odman **C**ompose **T**OML) is available in link:https://git.korhonen.cc/FunctionalHacker/podman-compose/src/branch/main/podman-compose-toml.zsh[podman-compose-toml.zsh]