From 2003ad18f209569d289df37efe7bfb82f6912d8b Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 31 Mar 2014 21:40:00 +0900 Subject: [PATCH] grammer fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80eb9e85..ed2cea05 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS - `(picrin user)` - When you start the REPL, you are dropped in here. + When you start the REPL, you are dropped into here. - `(srfi 1)` @@ -183,7 +183,7 @@ https://github.com/wasabiz/picrin ## Requirement -picrin scheme depends on some external libraries to build the binary: +Picrin scheme depends on some external libraries to build the binary: - lex (preferably, flex) - getopt