diff --git a/docs/database.md b/docs/database.md index 153759fd9..db6628917 100644 --- a/docs/database.md +++ b/docs/database.md @@ -9,7 +9,7 @@ ## Introduction -Almost every modern application interacts with a database. TinyORM makes interacting with a database extremely simple using raw SQL, a [fluent query builder](/docs/{{version}}/query-builder), and the [TinyORM](/docs/{{version}}/tinyorm). Currently, TinyORM provides first-party support for one database: +Almost every modern application interacts with a database. TinyORM makes interacting with a database extremely simple using raw SQL, a [fluent query builder](query-builder), and the [TinyORM](tinyorm). Currently, TinyORM provides first-party support for one database: