Skip to content

Commit b6f9742

Browse files
authored
Update README.md
1 parent 6a0cd92 commit b6f9742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Pub Version](https://img.shields.io/pub/v/firebase_database_mocks)](https://pub.dev/packages/firebase_database_mocks) [![style: effective dart](https://img.shields.io/badge/style-pedantic-blue)](https://github.com/google/pedantic) [![test: passing](https://img.shields.io/badge/test-passing-green)](https://github.com/sitatec/firebase_database_mocks/tree/main/test)
44

55
Mocks library to write unit tests for FirebaseDatabase (real-time database). Get Instance
6-
`MockFirebaseDatabase.instance`, then pass it around your project as if it were a
6+
`MockFirebaseDatabase.instance`, then pass it around your project as if it was a
77
`FirebaseDatabase.instance`. This mock keep data in memory while test running.
88

99
## Usage

0 commit comments

Comments
 (0)