From df9ff1b8475ca07b0aba970a2b6df43fde8141cb Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Thu, 16 Jun 2022 23:04:18 +0600 Subject: [PATCH] Readme Updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5afa8c..f34ba53 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Hydra is a zero-config API boilerplate with Laravel Sanctum and comes with excel - [Hydra - Zero Config API Boilerplate with Laravel Sanctum](#hydra---zero-config-api-boilerplate-with-laravel-sanctum) - [Getting Started](#getting-started) - - [Without Docker](#without-docker) + - [Without Docker (Simple)](#without-docker-simple) - [Using Docker & Laravel Sail](#using-docker--laravel-sail) - [Screencast](#screencast) - [Database Migration and Seeding](#database-migration-and-seeding) @@ -52,9 +52,9 @@ git clone https://github.com/hasinhayder/hydra.git cd hydra ``` -Then follow the process using either Docker or without Docker. +Then follow the process using either Docker or without Docker (simple). -### Without Docker +### Without Docker (Simple) 1. install the dependencies