From 18b2955ca51477b1d5bddba2ec646e0d5bb091fd Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 14 May 2024 14:17:29 +0300 Subject: [PATCH] Fix code block type --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 65db6e4..b2eaa0e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -135,7 +135,7 @@ However, be cautious as this will make the ports accessible from outside your lo Like this: -```bashn --pull always \ +```bash --pull always \ -p 8000:8000 \ -p ... ghcr.io/buggregator/server:latest