From 0f122dd4b148efcd6619b2baaf1d6bcab2645016 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Wed, 13 Jan 2021 20:26:37 +0900 Subject: [PATCH] Change title of readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e8f6ca..1942417 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# PlanckForth: Bootstrapping Forth from Handwritten ELF Binary +# PlanckForth: Bootstrapping from Handwritten 1KB Binary -This project aims to bootstrap a Forth interpreter from hand-written tiny ELF binary. +This project aims to bootstrap a Forth interpreter from hand-written tiny (1KB) ELF binary. This is just for fun. No practical use. ## How to build