From 7011d4b0f0150b236ce8b41e857ba17cf76df583 Mon Sep 17 00:00:00 2001 From: Revant Tripathi Date: Thu, 9 Nov 2023 14:59:43 +0530 Subject: [PATCH] Fix Error While cloning Fixes 29 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 466ed33..0315812 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For now this is a basic booking management system for hotels. ## Installations / Instructions -``` git clone https://github.com/javedbaloch4/Laravel-Booking.git ``` +``` git clone https://github.com/javedbaloch4/laravel-booking-app ``` Open `.env` file to configure your `database` and it's `name`, `host`, and `password` @@ -26,10 +26,10 @@ For now this is a basic booking management system for hotels. `localhost:8000` ## Wiki -Please view the [wiki](https://github.com/javedbaloch4/Laravel-Booking/wiki) for a list of features. +Please view the [wiki](https://github.com/javedbaloch4/laravel-booking-app/wiki) for a list of features. ## Issues -If you come across any issues please [report them here](https://github.com/javedbaloch4/Laravel-Booking/issues). +If you come across any issues please [report them here](https://github.com/javedbaloch4/laravel-booking-app/issues). ## Contributing