From af8d44ed7db042a59348ab1008fc656e817b5bbf Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 3 Jan 2023 20:11:05 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d20d07b..a501e0a 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ The OpenBytes template for iOS projects using SwiftUI - Persistence - Caching - Image: Memory storage for Images, used in ImageView. - - Data: Memory storage for anything comforming to DataCaching. + - Data: Memory storage for anything conforming to DataCaching. - Preview Content - Settings: Shared app data and state. - Utilities: Miscellaneous app utilities. - baseTests - Adapters: Test Network to Device and Device to Network transformations. - - Persistence: Tests for Persitence and Caching. + - Persistence: Tests for Persistence and Caching. - UserRegistration: Tests for register using ViewModels and DI. - Validation: Tests for different types of data validation.