Skip to content

Commit 625b7b1

Browse files
authored
docs(cloud_firestore): fix example dir path in CONTRIBUTING.md (#2282)
- packages/cloud_firestore/example is not exists. change to ./packages/cloud_firestore/cloud_firestore/example
1 parent 80ee3f1 commit 625b7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ example's directory, run `pub get` to make sure its dependencies have been
3535
downloaded, and use `flutter run`. Make sure you have a device connected over
3636
USB and debugging enabled on that device.
3737

38-
* `cd packages/cloud_firestore/example`
38+
* `cd packages/cloud_firestore/cloud_firestore/example`
3939
* `flutter run`
4040

4141
## Running the tests

0 commit comments

Comments
 (0)