From bcb6c93b4d0070864158dcd3dc982a7797af2f82 Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:49:41 -0800 Subject: [PATCH] docs: fix link to API.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d705a0c..6d528e2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The BrowserUse TypeScript library provides convenient access to the BrowserUse A console.log(result.output); ``` -> The full API of this library can be found in [api.md](api.md). +> The full API of this library can be found in [reference.md](reference.md). ---