From e748f11e9b0433c4757277310e90b3a7f9f1c2a4 Mon Sep 17 00:00:00 2001 From: Joshua Petitma Date: Mon, 30 Nov 2020 19:23:05 -0500 Subject: [PATCH] fixes links (docs -> doc) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebffde7..aed8750 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ void main() { ## Tutorial -A tutorial walking through the code is available in [docs/sqlite-tutorial.md](docs/sqlite-tutorial.md). -For information on how to use this package within a Flutter app, see [docs/android.md](docs/android.md). +A tutorial walking through the code is available in [doc/sqlite-tutorial.md](doc/sqlite-tutorial.md). +For information on how to use this package within a Flutter app, see [doc/android.md](doc/android.md). (Note: iOS is not yet supported). ## Authors