From 9f6b002d34c72ace55325e6b88c4c4e2b08e46e4 Mon Sep 17 00:00:00 2001 From: Joshua Flores Date: Fri, 21 Mar 2025 16:18:45 -0400 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df9e96c..6ad0dc6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Python based Advent of Code -## Purpose +## __Purpose__ This project is for me to mess around with Python packaging concepts/repo format as well as try to store my Advent of Code solutions somewhat efficiently. [This](https://github.com/wilhelmagren/advent-of-code) is the more elegant inspiration for this project. -## Directory Structure +## __Directory Structure__ * adventofcode/ * contains the supporting libraries to make my solutions go * solutions/