From 99f0ea3fecb7cbe87071718f3f907bc4a042ac13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=ABy=20Noort?= Date: Mon, 5 May 2025 18:25:58 +0200 Subject: [PATCH] fix: bold instead of italic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4066e7e..f396d7c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # libft -*libft* is a C library that I created to implement various fundamental functions commonly used in C programming. \ No newline at end of file +**libft** is a C library that I created to implement various fundamental functions commonly used in C programming. \ No newline at end of file