From 34411d7ee2b3a3c32553edce8c3bf1990747e9a9 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Thu, 21 May 2026 16:17:40 -0500 Subject: [PATCH] docs(readme): left-align install code blocks (were centered by the hero div) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `
` hero centered each line of the code blocks, so shorter lines (`cd your-project`, `npm i -g …`) rendered with stray leading indentation. Close the centered hero after the badges; install/init sections render normally. Only the screenshot stays centered. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7bc233f..3af090b 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ [![Codex CLI](https://img.shields.io/badge/Codex_CLI-supported-blueviolet.svg)](#) [![opencode](https://img.shields.io/badge/opencode-supported-blueviolet.svg)](#) -
+
-### Get Started +## Get Started **No Node.js required** — one command grabs the right build for your OS: @@ -40,15 +40,17 @@ npx @colbymchenry/codegraph # zero-install, or: npm i -g @colbymchenry/codegraph ``` -CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere.
The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode.
+CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere. The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode. -#### Initialize Projects +### Initialize Projects ```bash cd your-project codegraph init -i ``` +
+ ![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a)