Skip to content

Commit 716bee8

Browse files
committed
docs(demo/ctx): replace Bun references with Node.js/tsx
The project uses tsx/Node, not Bun. Updated the badge, install requirements section, and the requirements list to reflect the actual runtime. Made-with: Cursor
1 parent edf5269 commit 716bee8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/ctx/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</p>
2525

2626
<p align="center">
27-
<img src="https://img.shields.io/badge/built%20with-Bun-f9f1e1?logo=bun&style=flat-square" alt="Built with Bun" />
27+
<img src="https://img.shields.io/badge/built%20with-tsx%2FNode.js-339933?logo=nodedotjs&style=flat-square" alt="Built with tsx/Node.js" />
2828
<img src="https://img.shields.io/badge/powered%20by-Claude-blueviolet?logo=anthropic&style=flat-square" alt="Powered by Claude" />
2929
<img src="https://img.shields.io/badge/works%20with-lingo.dev-orange?style=flat-square" alt="Works with lingo.dev" />
3030
</p>
@@ -238,7 +238,7 @@ ctx run
238238

239239
## Install
240240

241-
**Requirements:** [Bun](https://bun.sh) and an Anthropic API key.
241+
**Requirements:** [Node.js](https://nodejs.org) (with `tsx`) and an Anthropic API key.
242242

243243
```bash
244244
git clone https://github.com/bhavya031/ctx
@@ -353,7 +353,7 @@ Choose **Request changes**, describe what's wrong, and the agent revises with fu
353353

354354
## Requirements
355355

356-
- [Bun](https://bun.sh) v1.0+
356+
- [Node.js](https://nodejs.org) v18+ with [tsx](https://github.com/privatenumber/tsx)
357357
- `ANTHROPIC_API_KEY`
358358
- A lingo.dev project with `i18n.json`
359359

0 commit comments

Comments
 (0)