From 78ab8e97c674ca544c92d719406fd85ed31a23ee Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Fri, 1 May 2026 19:17:03 -0700 Subject: [PATCH] docs(readme): fix clone + deploy URLs after molecule-core rename --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e3e0fb4..c054253d 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Workspace Runtime

-[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/Molecule-AI/molecule-core) -[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/Molecule-AI/molecule-core) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/Molecule-AI/molecule-monorepo) +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/Molecule-AI/molecule-monorepo) @@ -249,8 +249,8 @@ Workspace Runtime (Python image with adapters) ## Quick Start ```bash -git clone https://github.com/Molecule-AI/molecule-core.git -cd molecule-core +git clone https://github.com/Molecule-AI/molecule-monorepo.git +cd molecule-monorepo cp .env.example .env # Defaults boot the stack locally out of the box. See .env.example for