From 7b1bd703c1aca91b0d3e2aeddaea7fcb2f9c1bed Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 7 May 2026 13:51:48 -0700 Subject: [PATCH] fix: update clone URL in README to current org The README's clone URL pointed at github.com/workos-inc which 404s; the org is workos. Mirrors the footer link fix in #34. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7816952..ffcd581 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An example application demonstrating how Magic Link, SSO, and Admin Portal works Clone this repo and install dependencies: ```sh -git clone https://github.com/workos-inc/workos-explore.git && cd workos-explore && npm install +git clone https://github.com/workos/workos-explore.git && cd workos-explore && npm install ``` ## Configure your environment