From 2ade8fb1d570ddcb4aedc9386af46d208b129daa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Mur=C3=A9?= <batolettre@gmail.com>
Date: Sat, 25 Jun 2022 12:49:50 +0200
Subject: [PATCH] doc: more tiny fixes

---
 doc/model.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/model.md b/doc/model.md
index 94ff6192..266aa3ed 100644
--- a/doc/model.md
+++ b/doc/model.md
@@ -1,5 +1,5 @@
-Entities data model
-===================
+git-bug's reusable entity data model
+====================================
 
 This document explains how git-bug's reusable distributed data structure in git is working. This data structure is capable of:
 - storing an entity (bug, pull-request, config...) and its complete history in git
-- 
GitLab