Smaller readme improvement

This commit is contained in:
Simon Binder 2019-04-14 16:58:05 +02:00
parent 091eff1c4e
commit 165693d635
No known key found for this signature in database
GPG Key ID: B807FDF954BA00CF
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.