From 5c41f998ecdbcca67b9569fb26af9743c618ef44 Mon Sep 17 00:00:00 2001 From: zimmersandro Date: Mon, 2 Mar 2026 17:59:06 +0100 Subject: [PATCH] chore: made codewars table more readable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 849c477..9a0a789 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Repository for CDS-2020 Programming and Promt Engineering II # Codewars -|Title|Source|Test|URL| +|Title|Source (src/codewars/)|Test (test/codewars/)|URL| |-|-|-|-| -|Find the force of gravity between two objects|src/codewars/kata_force_of_gravity.py|test/codewars/test_force_of_gravity.py|https://www.codewars.com/kata/5b609ebc8f47bd595e000627/| +|Find the force of gravity between two objects|kata_force_of_gravity.py|test_force_of_gravity.py|[URL](https://www.codewars.com/kata/5b609ebc8f47bd595e000627/)|