From 63b3a24a7c53d617cc75e6122ac07adca0bf1dac Mon Sep 17 00:00:00 2001 From: Nitin Kumar Gupta <99503333+nkrgupta999@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:32:52 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2ecbff..7de097d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Global Transit is a vehicle management system developed using Java and NetBeans 1. **Clone the Repository**: ```bash - git clone https://github.com/your-username/Global-Transit.git + git clone https://github.com/nkrgupta999/GlobalTransit.git 2. **Import Project into NetBeans:** @@ -37,7 +37,7 @@ Global Transit is a vehicle management system developed using Java and NetBeans 1. Fork the repository 2. Create a new branch for your changes (e.g. `git checkout -b my-new-feature`) 3. Make your changes -4. Commit your changes (e.g. `git commit -am 'Added a new table for XYZ University'`) +4. Commit your changes (e.g. `git commit -am 'Added a new table for XYZ '`) 5. Push to the branch (e.g. `git push origin my-new-feature`) 6. Create a new pull request