ajaynegi45 / Http-Server

A lightweight, custom HTTP server built in Java that handles basic GET requests and supports multithreaded request handling. It’s easy to extend for additional HTTP methods and ideal for learning the fundamentals of server-side programming.
7 stars 15 forks source link

Documentations improved #16

Closed pchy-ynda closed 1 month ago

pchy-ynda commented 1 month ago

Description

This pull request is an enhancement in the documentation of the README.md and contributing.md files.

Changes Made

Screenshot 2024-10-09 223037

Notes to Reviewer

I have successfully tested the program set up based on the instructions in the documents, as well as ensure that the documentation is improved to be more beginner-friendly for new contributors. Please let me know if there are more changes to be made. Thanks in advance.