Update README.md

This commit is contained in:
Oleksii Dykan
2017-12-28 12:16:28 +01:00
committed by GitHub
parent e32bd8f4d6
commit e0b61e57e5

View File

@@ -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 {