diff --git a/README.md b/README.md index b42c109..e710c36 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Things SQLittle can do: - Collate functions are used automatically - indexes with expression (either in columns or as a `WHERE`) are (partially) supported - Scan() to most Go datatypes, including `time.Time` +- Works on Linux, Mac OS, and Windows ``` Things SQLittle should do: diff --git a/doc.go b/doc.go index a68a69d..4bb1501 100644 --- a/doc.go +++ b/doc.go @@ -45,6 +45,8 @@ Things SQLittle can do: - Collate functions are used automatically - indexes with expression (either in columns or as a `WHERE`) are (partially) supported - Scan() to most Go datatypes, including `time.Time` + - Works on Linux, Mac OS, and Windows + Things SQLittle should do: