From b90d53b424b7b16d1d3dd00f28d13a185ad8cd95 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Mon, 26 Jul 2021 00:55:16 -0500 Subject: [PATCH] update VIPER link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c7a504..1fb534f 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ MVVM patterns stand for Model - View - ViewModel - Entity - contains basic model objects used by the Interactor. - Routing - contains navigation logic for describing which screens are shown in which order. - > For more info, go [here](https://www.raywenderlich.com/8440907-getting-started-with-the-viper-architecture-pattern) +[Getting Started with the VIPER Architecture Pattern](https://www.raywenderlich.com/8440907-getting-started-with-the-viper-architecture-pattern) ## UIDesign