diff --git a/README.md b/README.md index 40a4ba9..59a2fcc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Python 3.6+ is required for it to work. ## Usage ```python +from mockfirestore import MockFirestore + db = firestore.Client() mock_db = MockFirestore()