From 6a2897ac5621cfeb9a5fb4eb01f6d4a1b7778eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sat, 1 Oct 2022 21:14:34 +0200 Subject: [PATCH] doc: Add CodePen link for prompt example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e70f550..67de77a 100644 --- a/README.md +++ b/README.md @@ -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. -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 import WAForth from "waforth";