From 0ffd82a06f216e03160cf5ef958ba39654a73189 Mon Sep 17 00:00:00 2001 From: Ryan Poole Date: Sun, 24 Mar 2024 09:24:22 +0000 Subject: [PATCH] Clarify basic config usage. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 92fdd3b..7bb2072 100644 --- a/docs/README.md +++ b/docs/README.md @@ -106,7 +106,7 @@ import { Client } from '@rmp135/sql-ts' const config = { } // Config as before. ``` -If you're fetching using only a config, use `fetchDatabase`. +The most basic syntax is chaining `fromObject`, `fetchDatabase` and `toTypescript`. ```js const definition = await Client