From 4582faf1def0cf2a3e70414f3be5ea7dece9ae04 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Jul 2015 23:24:17 -0400 Subject: [PATCH] Added step 3 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fe01f34..bf347e90 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Getting Started cyclone> (write 'hello-world) hello-world +3. If you need help getting started with the Scheme language try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html). + Documentation -------------