Skip to content

Commit 2aa8db3

Browse files
noah-wardlowclaude
andcommitted
docs: rename "Live Demo" to "Demo" in README and overview
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7b6cc69 commit 2aa8db3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Composable [React Three Fiber](https://docs.pmnd.rs/react-three-fiber) wrapper around [mujoco-js](https://www.npmjs.com/package/mujoco-js). Load any MuJoCo model, step physics, render bodies, and write controllers as React components.
88

9-
**[Live Demo](https://mujoco-react-example.pages.dev)** | **[Docs](https://dadd.mintlify.app)** | **[Example Source](https://github.com/noah-wardlow/mujoco-react-example)**
9+
**[Demo](https://mujoco-react-example.pages.dev)** | **[Docs](https://dadd.mintlify.app)** | **[Example Source](https://github.com/noah-wardlow/mujoco-react-example)**
1010

1111
## Install
1212

docs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "MuJoCo physics in the browser with React Three Fiber"
88
</video>
99

1010
<div style={{ textAlign: 'center', marginBottom: '24px' }}>
11-
<a href="https://mujoco-react-example.pages.dev" target="_blank">Live Demo</a> · <a href="https://github.com/noah-wardlow/mujoco-react" target="_blank">GitHub</a> · <a href="https://www.npmjs.com/package/mujoco-react" target="_blank">npm</a>
11+
<a href="https://mujoco-react-example.pages.dev" target="_blank">Demo</a> · <a href="https://github.com/noah-wardlow/mujoco-react" target="_blank">GitHub</a> · <a href="https://www.npmjs.com/package/mujoco-react" target="_blank">npm</a>
1212
</div>
1313

1414
```bash

0 commit comments

Comments
 (0)