doc: Add CodePen link for prompt example

This commit is contained in:
Remko Tronçon 2022-10-01 21:14:34 +02:00
parent f9fccd6496
commit 6a2897ac56

View file

@ -64,7 +64,7 @@ engines have [known issues](https://github.com/remko/waforth/issues/6#issue-3268
You can embed WAForth in any JavaScript application. You can embed WAForth in any JavaScript application.
A [simple example](https://github.com/remko/waforth/blob/master/src/web/examples/prompt/prompt.ts) to illustrate starting WAForth, and binding JavaScript functions: A [simple example](https://github.com/remko/waforth/blob/master/src/web/examples/prompt/prompt.ts) ([CodePen](https://codepen.io/mko-re/pen/gOzzmXZ)) to illustrate starting WAForth, and binding JavaScript functions:
```typescript ```typescript
import WAForth from "waforth"; import WAForth from "waforth";