From 22e22cb603561fa09d04276985c697f77a2c80bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Tue, 12 Mar 2019 22:12:29 +0100 Subject: [PATCH] Tweak README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8f217f..ba170eb 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,11 @@ support JIT yet](https://webassembly.org/docs/future-features/#platform-independent-just-in-time-jit-compilation)), and the I/O primitives to read and write a character. -The implementation was influenced by +Parts of the implementation were influenced by [jonesforth](http://git.annexia.org/?p=jonesforth.git;a=summary), and I -shamelessly stole the Forth implementation of some of its high-level words. +shamelessly stole the Forth code of some of its high-level words. -WAForth is still just an experiment, and doesn't implement all the ANS standard -words yet. +WAForth is still in an experimental stage. ## Install Dependencies