From 4d097bcb1f9eb86895a62bfd76d6883c90e0c622 Mon Sep 17 00:00:00 2001 From: Vineet Naik Date: Sun, 8 Sep 2024 19:09:55 +0530 Subject: [PATCH] Fix README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52930c2..432c272 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,11 @@ cargo install --git https://github.com/naiquevin/tapestry.git ### Additional dependencies -There's an additional dependency on -[pg_format](https://github.com/darold/pgFormatter) for formatting the -generated SQL files. It's recommended, but not a hard requirement. +`tapestry` doesn't have any additional dependencies as such, but it +can be optionally configured to depend on external SQL formatting +tools. For more information, check the [SQL +formatting](https://naiquevin.github.io/tapestry/user-guide/formatting/) +page in docs. Read the docs -------------