mirror of https://github.com/AMT-Cheif/drift.git
Fix another typo
This commit is contained in:
parent
bfa046dfd2
commit
c3ae9e7116
|
@ -31,7 +31,7 @@ First, let's add moor to your project's `pubspec.yaml`. The library is not yet
|
|||
out on pub, so you'll need to use the git repository for now:
|
||||
```yaml
|
||||
dependencies:
|
||||
moor:
|
||||
moor_flutter:
|
||||
git:
|
||||
url: https://github.com/simolus3/moor.git
|
||||
path: moor/
|
||||
|
|
|
@ -31,7 +31,7 @@ First, let's add moor to your project's `pubspec.yaml`. The library is not yet
|
|||
out on pub, so you'll need to use the git repository for now:
|
||||
```yaml
|
||||
dependencies:
|
||||
moor:
|
||||
moor_flutter:
|
||||
git:
|
||||
url: https://github.com/simolus3/moor.git
|
||||
path: moor/
|
||||
|
|
Loading…
Reference in New Issue