From 1450aa6e5ecea8128d0668f961b818776c5069b6 Mon Sep 17 00:00:00 2001 From: Raymond Camden Date: Thu, 8 Jan 2026 15:27:06 -0600 Subject: [PATCH] Enhance README with TypeScript and reference links Added instructions for TypeScript examples and reference. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbca0219..d4e514a1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ The SDK contains typings and request builders for the Webflow Data API. ## Documentation -Explore the [API reference documentation](https://developers.webflow.com/reference/rest-introduction). +Explore the [API reference documentation](https://developers.webflow.com/reference/rest-introduction). Be sure to select `TypeScript` to see SDK examples. +You can also view our [reference](./reference.md). ## Installation