Skip to content

Commit edd8d6b

Browse files
authored
docs: update installation instructions readme (#61)
1 parent 7749f04 commit edd8d6b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ A package that makes it easy to mock, test and verify navigation calls in Flutte
1717

1818
## Usage
1919

20-
To use the package in your tests, add it to your dev dependencies in your `pubspec.yaml`:
20+
To use the package in your tests, install it via `dart pub add`:
2121

22-
```yaml
23-
dev_dependencies:
24-
mockingjay: ^0.3.0
22+
```shell
23+
dart pub add dev:mockingjay
2524
```
2625

2726
Then, in your tests, create a `MockNavigator` class like so:

0 commit comments

Comments
 (0)