From 446d06af1dd9822dc602a687b2c38bf0d8a5212a Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Thu, 12 Jul 2018 23:41:35 -0500 Subject: [PATCH] Updating README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 501e031..62c6117 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ This project is an offshoot of AppleCommander's import of a BASIC program. The This project is split into multiple sub-projects: * [api](api) is the Java API -* [bt](tools/bt) is a command-line tool for tokenizing Applesoft BASIC programs. -* [st](tools/st) is a command-line took for working with Applesoft Shape Tables. +* [bt](tools/bt) is a command-line tool for tokenizing Applesoft BASIC programs, including extensions for new directives (such as embedding a shapetable into the application). +* [st](tools/st) is a command-line tool for working with Applesoft Shape Tables.