diff --git a/README.md b/README.md index f3e0a89..36f9dab 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ And this is how you would encode it with [Firebase Firestore](https://firebase.g ```swift import Firebase +import CodableFirebase let model: Model // here you will create an instance of Model let docData = try! FirestoreEncoder().encode(model)