From 5113888d54fc23a810dce13c3dc88f83a50fee5c Mon Sep 17 00:00:00 2001 From: Piotr Wiszowaty Date: Sat, 19 Jul 2014 15:47:55 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e741c7e..f156135 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ After initializing interpreter internal state user-defined word Generated code is placed into sections which are output in the order: `init`, `boot`, `data`, `code` or other - specified by the user. -Example -------- +Examples +-------- Atari XL/XE example: display character table as 16x16 array. Uses xasm as a backend.