From 6c00406920c9fb36fbbc51b27b448ebbadc6c773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mohammad-Ali=20A=27R=C3=82BI?= <44623032+aerabi@users.noreply.github.com> Date: Fri, 27 May 2022 16:12:59 +0200 Subject: [PATCH] :pencil: Fix the ToC --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df6d32..c2e820a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ * [Getting Started](#getting-started) + [Using Docker](#using-docker) - + [Build from Scratch](#build-from-scratch) +* [Manual Method](#manual-method) +* [Build from Scratch](#build-from-scratch) + [Create the URL Shortener](#create-the-url-shortener) + [Create the Form](#create-the-form) + [Add Docker Compose](#add-docker-compose) + + [Create Database Models](#create-database-models) + + [Use PostgreSQL](#use-postgresql) + + [Make it Pretty](#make-it-pretty) ## Getting Started