From 960b30fa9253d24b84d6106a4a635a73441548c8 Mon Sep 17 00:00:00 2001 From: Moealfadil <142026026+Moealfadil@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:55:35 +0200 Subject: [PATCH] Update README.md --- solutions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/README.md b/solutions/README.md index d51d38b9d..800b37986 100644 --- a/solutions/README.md +++ b/solutions/README.md @@ -109,9 +109,9 @@ - **reviewed by:** Saad (sashour82) -### decimal_to_binary +### binary_decimal_conversion -- **description:** Give the binary number for a decimal +- **description:** Gives the binary number for a decimal and vice versa - **written by:** Heba (HebaShaheen)