From 725fd6cf4b72d04d1920750b1424d2de531a637c Mon Sep 17 00:00:00 2001
From: hanfi <ccc@spahan.ch>
Date: Thu, 4 May 2023 09:44:44 +0200
Subject: [PATCH] fix headings

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b1d95f7..97fbf0e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-== Install/Deploy ==
+## Install/Deploy ##
 
 * checkout and move into c3post  
   `cd c3post`
@@ -13,6 +13,6 @@
 * (devel only) activate the pre-commit hooks  
   `pre-commit install`
 
-== run ==
+## run ##
 
 `uvicorn c3post.main:app --reload`
-- 
GitLab