From 4901d2927da8237d482e6b23bfe53e599ccf257d Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Mon, 11 Jan 2021 13:35:10 +0900 Subject: [PATCH] Update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c3f5a34..60501da 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ xxd -r -c 8 planck.xxd > planck chmod +x planck ``` -There are implementations in other languages in `others`. +Implementations in other languages are in `others`. - C: type `make c` - Python 3.x: type `make python` @@ -32,9 +32,6 @@ After bootstrapping by `bootstrap.fs`, it looks like this. ``` $ ./planck < bootstrap.fs -Welcome to PlanckForth 0.0.1 [i386-linux handwrite] -Copyright (c) 2021 Koichi Nakamura -Type 'bye' to exit. ." Hello World!" cr ```