From 0e0dbe605408483b842fbd0045d713dd22b77b42 Mon Sep 17 00:00:00 2001 From: Hamed Yousefi Date: Thu, 15 Feb 2024 20:18:59 +0330 Subject: [PATCH] reformate header --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eac8409..2f2881f 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ golang generic graph package

-

GoGraph is a lightweight, efficient, and easy-to-use graph data structure
-implementation written in Go. It provides a versatile framework for representing
-graphs and performing various operations on them, making it ideal for both
+

GoGraph is a lightweight, efficient, and easy-to-use graph data structure +implementation written in Go. It provides a versatile framework for representing +graphs and performing various operations on them, making it ideal for both educational purposes and practical applications.