Update README.md

README typo
This commit is contained in:
Mariano Uvalle 2023-05-06 17:48:24 -07:00 committed by GitHub
parent fd21194901
commit 57739f8143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# crafting-interpreters # 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.