From 0592de277db0fef767b0e3a344688b8d60bfa866 Mon Sep 17 00:00:00 2001 From: Hiromu Yakura Date: Thu, 7 Nov 2013 22:16:04 +0900 Subject: [PATCH] fix typo of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b775b7b6..aaa824f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Picrin - a lightweight scheme interpreter -## Freatures +## Features - R7RS compatibility (but partial support) - reentrant design (all VM states are stored in single global state object)