From 39c3f172c6f011878109a3d9e5f21dddeaea3b0b Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:43:29 +0100 Subject: [PATCH] Update README.md --- examples/gitea/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gitea/README.md b/examples/gitea/README.md index 8d006ed..93bb829 100644 --- a/examples/gitea/README.md +++ b/examples/gitea/README.md @@ -10,7 +10,7 @@ https://docs.gitea.com/administration/config-cheat-sheet Typical configuration adjustments: -```` +````markdown [service] # Allow user registration (only via external auth because of setting below) DISABLE_REGISTRATION = false @@ -71,7 +71,7 @@ In case you want to use a local Gitea Act runner, you must enable Gitea Actions Please add the following sections to your `app.ini` file: -```` +````markdown [actions] ENABLED=true ````