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 -------------