From e0b61e57e5af5718609ff0877dbcf7b25c771dd3 Mon Sep 17 00:00:00 2001 From: Oleksii Dykan Date: Thu, 28 Dec 2017 12:16:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0242a87..da0c9bb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use [Codable](https://developer.apple.com/documentation/swift/codable) with [Fir ## Overview -This library helps you to use your custom type that conform to `Codable` protocol with Firebase. Here's an example of model: +This library helps you to use your custom types that conform to `Codable` protocol with Firebase. Here's an example of a custom model: ```swift struct Model: Codable {