mirror of https://github.com/AMT-Cheif/drift.git
Smaller readme improvement
This commit is contained in:
parent
091eff1c4e
commit
165693d635
|
@ -4,7 +4,7 @@ Moor is an easy to use, reactive persistence library for Flutter apps. Define yo
|
|||
enjoy a fluent query API, auto-updating streams and more!
|
||||
|
||||
## Getting started
|
||||
For a more detailed guide on using moor, checkout the [documentation](https://simolus3.github.io/moor/).
|
||||
For a more detailed guide on using moor, check out the [documentation](https://moor.simonbinder.eu/).
|
||||
### Adding the dependency
|
||||
First, add moor to your project's `pubspec.yaml`.
|
||||
```yaml
|
||||
|
|
|
@ -4,6 +4,6 @@ This library contains the generator that turns your `Table` classes from moor
|
|||
into database code. When using the moor, you'll probably want to use the
|
||||
moor_flutter implementation directly.
|
||||
|
||||
Please see the homepage of [moor](https://github.com/simolus3/moor) or
|
||||
Please see the homepage of [moor](https://moor.simonbinder.eu/) or
|
||||
the [moor_flutter package](https://pub.dartlang.org/packages/moor_flutter) for details
|
||||
on how to use this package.
|
Loading…
Reference in New Issue