From cd986fe5858ec84337be9737ff3370446d3a4913 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 5 May 2024 19:16:36 +0200 Subject: [PATCH] updated README.md Missing TinyDrivers links. [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 821083f72..dad711122 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Whole library is documented as markdown documents: - [Collections](/docs/tinyorm/collections.mdx#tinyorm-collections) - [Casts](/docs/tinyorm/casts.mdx#tinyorm-casting) - [Serialization](/docs/tinyorm/serialization.mdx#tinyorm-serialization) +- [TinyDrivers](/docs/tinydrivers#tinydrivers) + - [Getting Started](/docs/tinydrivers/getting-started.mdx#tinydrivers-getting-started) - [Building](/docs/building#building) - [TinyORM](/docs/building/tinyorm.mdx#building-tinyorm) - [Hello world](/docs/building/hello-world.mdx#building-hello-world)