From 36e98ace16e4d4496ee8f865b1957fa28e0f4836 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sun, 21 May 2023 19:10:30 +0200 Subject: [PATCH] Test PlantUML support --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dd8d757..db22656 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # gitea_pages _Containerized web application for managing public pages of Git repositories within a single Gitea instance._ + +```plantuml +Alice -> Bob: Authentication Request +Bob --> Alice: Authentication Response + +Alice -> Bob: Another authentication Request +Alice <-- Bob: Another authentication Response +```