Skip to content

Commit 8f01eea

Browse files
committed
chore(docs): update example link
1 parent 52204cd commit 8f01eea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
## Demo
7171

72-
You can play with `fireworks-js` at [fireworks.js.org](https://fireworks.js.org) or [codesandbox.io](https://codesandbox.io/s/fireworks-js-react-bjeoqy?file=/src/App.tsx)
72+
You can play with `fireworks-js` at [fireworks.js.org](https://fireworks.js.org) or [stackblitz.com](https://stackblitz.com/edit/fireworks-js-react?file=src%2FApp.tsx)
7373

7474
## Installation
7575

@@ -125,16 +125,12 @@ const fireworks = new Fireworks(container, { /* options */ })
125125
fireworks.start()
126126
```
127127

128-
[![Edit @fireworks-js/react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/blissful-sanderson-dkvnx4)
129-
130128
#### [`@fireworks-js/react`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-react)
131129

132130
```sh
133131
npm install @fireworks-js/react
134132
```
135133

136-
[![Edit @fireworks-js/react](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/fireworks-js-react-bjeoqy?fontsize=14&hidenavigation=1&theme=dark)
137-
138134
#### [`@fireworks-js/preact`](https://github.com/crashmax-dev/fireworks-js/tree/master/examples/with-preact)
139135

140136
```sh

0 commit comments

Comments
 (0)