Skip to content

Commit 34411d7

Browse files
colbymchenryclaude
andcommitted
docs(readme): left-align install code blocks (were centered by the hero div)
The `<div align="center">` 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) <[email protected]>
1 parent b8d9aae commit 34411d7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
[![Codex CLI](https://img.shields.io/badge/Codex_CLI-supported-blueviolet.svg)](#)
2020
[![opencode](https://img.shields.io/badge/opencode-supported-blueviolet.svg)](#)
2121

22-
<br />
22+
</div>
2323

24-
### Get Started
24+
## Get Started
2525

2626
**No Node.js required** — one command grabs the right build for your OS:
2727

@@ -40,15 +40,17 @@ npx @colbymchenry/codegraph # zero-install, or:
4040
npm i -g @colbymchenry/codegraph
4141
```
4242

43-
<sub>CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere.<br />The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode.</sub>
43+
<sub>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.</sub>
4444

45-
#### Initialize Projects
45+
### Initialize Projects
4646

4747
```bash
4848
cd your-project
4949
codegraph init -i
5050
```
5151

52+
<div align="center">
53+
5254
![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a)
5355

5456
</div>

0 commit comments

Comments
 (0)