From f2580e4e2d6b700478604721c7f664154cbaa7c9 Mon Sep 17 00:00:00 2001 From: klein panic Date: Sun, 20 Oct 2024 18:30:43 -0400 Subject: [PATCH] updated readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 28db33b..52195ec 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ To run this project locally, you'll need: ```bash http://localhost:port ``` + +--- + ## Folder Structure ```plaintext @@ -65,6 +68,8 @@ kleinpanic-website/ └── README.md # Project documentation ``` +--- + ## Contribution This is my personal website, but if you want to view it, make your own with a similar view and functionality: @@ -81,6 +86,10 @@ or If you'd like to contribute: 4. Push to the branch (git push origin feature/feature-name). 5. Open a Pull Request. +--- + ## License Read the LICENSE file. + +---