From 3f6209f20d3d6bacaaa902b59991a5d8a85e3354 Mon Sep 17 00:00:00 2001 From: Rohan Sharma Date: Sat, 26 Jun 2021 21:31:47 +0530 Subject: [PATCH] doc: add a better phrase to credit wren (#146) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e223c9..d9376a7 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ Including the compiler, bytecode VM and runtime, it's a standalone executable with zero external dependencies just as it's self descriptive name. The pocketlang VM can be embedded in another hosting program very easily. -The language is written using [Wren Language](https://wren.io/) and their -wonderful book [Crafting Interpreters](http://www.craftinginterpreters.com/) as -a reference. +[Wren Language](https://wren.io/) and their wonderful book [Crafting Interpreters](http://www.craftinginterpreters.com/) were used as a reference to write the language. ## What pocketlang looks like