From 819bc16a16c40180ec59038b2ac425ee4160932d Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 20 Feb 2019 16:37:09 +0100 Subject: [PATCH] Fix typos in readme --- README.md | 5 +++-- sally_flutter/README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86f2a81a..ac9e834b 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ API that will deliver auto-updating streams for your queries. + [Select statements](#select-statements) - [Where](#where) - [Limit](#limit) + - [Ordering](#ordering) + [Updates and deletes](#updates-and-deletes) + [Inserts](#inserts) * [Migrations](#migrations) * [TODO-List and current limitations](#todo-list-and-current-limitations) - + [Limitions (at the moment)](#limitions--at-the-moment-) + + [Limitations (at the moment)](#limitations-at-the-moment) + [Planned for the future](#planned-for-the-future) + [Interesting stuff that would be nice to have](#interesting-stuff-that-would-be-nice-to-have) @@ -224,7 +225,7 @@ We can now change the `database` class like this: You can also add individual tables or drop them. ## TODO-List and current limitations -### Limitions (at the moment) +### Limitations (at the moment) - No joins - No `group by` or window functions - Custom primary key support is very limited diff --git a/sally_flutter/README.md b/sally_flutter/README.md index 86f2a81a..ac9e834b 100644 --- a/sally_flutter/README.md +++ b/sally_flutter/README.md @@ -15,11 +15,12 @@ API that will deliver auto-updating streams for your queries. + [Select statements](#select-statements) - [Where](#where) - [Limit](#limit) + - [Ordering](#ordering) + [Updates and deletes](#updates-and-deletes) + [Inserts](#inserts) * [Migrations](#migrations) * [TODO-List and current limitations](#todo-list-and-current-limitations) - + [Limitions (at the moment)](#limitions--at-the-moment-) + + [Limitations (at the moment)](#limitations-at-the-moment) + [Planned for the future](#planned-for-the-future) + [Interesting stuff that would be nice to have](#interesting-stuff-that-would-be-nice-to-have) @@ -224,7 +225,7 @@ We can now change the `database` class like this: You can also add individual tables or drop them. ## TODO-List and current limitations -### Limitions (at the moment) +### Limitations (at the moment) - No joins - No `group by` or window functions - Custom primary key support is very limited