From 8a587562364f2b719ea0fff6c3089ada4e7734cb Mon Sep 17 00:00:00 2001 From: Shubham Zanwar Date: Sat, 3 Oct 2020 23:58:53 +0530 Subject: [PATCH] =?UTF-8?q?fixing=20path=20to=20adapter=20docs=20?= =?UTF-8?q?=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87310d5..9dd7ae1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In this repository, I have curated a list of design patterns that may help you i 1. [Factory pattern](./1-factory) 2. [Abstract Factory pattern](./2-abstract-factory) 3. [Builder Pattern](./3-builder) -4. [Adapter Pattern]('./4-adapter) +4. [Adapter Pattern](./4-adapter) 5. [Bridge Pattern](./5-bridge) wip