From 57739f81431c418d6c4bbf4510d74e8fd400b919 Mon Sep 17 00:00:00 2001 From: Mariano Uvalle Date: Sat, 6 May 2023 17:48:24 -0700 Subject: [PATCH] Update README.md README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c803962..20eda18 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # crafting-interpreters -Code for the book Crafting Interpreters by Robert Nystrom +Code for the book "Crafting Interpreters" by Robert Nystrom -Porting the Java code for the first version fo the interpreter into Go. +Porting the Java code for the first version of the interpreter into Go.