From 95114dc918a86f7e59589840c8b95a27ff7a7924 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 14 Apr 2025 20:11:57 -0400 Subject: [PATCH] docs: minor lint/fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b4fe46..370f7d7 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ You can also run Kowalski using Docker, which simplifies the setup process. Make docker compose up -d ``` - > [!NOTE] - > The `-d` flag causes the bot to run in the background. If you're just playing around, you may not want to use this flag. +> [!NOTE] +> The `-d` flag causes Kowalski to run in the background. If you're just playing around, you may not want to use this flag. ### Using Docker Run @@ -74,8 +74,8 @@ If you prefer to use Docker directly, you can use these instructions instead. docker run -d --name kowalski --restart unless-stopped -v $(pwd)/config.env:/usr/src/app/config.env:ro kowalski ``` - > [!NOTE] - > The `-d` flag causes Kowalski to run in the background. If you're just playing around, you may not want to use this flag. +> [!NOTE] +> The `-d` flag causes Kowalski to run in the background. If you're just playing around, you may not want to use this flag. ## config.env Functions