From 4b60d65203c79a390bf02aa8ee37796e7c09c42c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 13 Jan 2023 16:31:06 +0000 Subject: [PATCH] Tweaked README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 675d1fe..4c6b62a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that * Bytecode intermediate compilation * Optional, but robust type system (including `opaque` for arbitrary data) * Functions and types are first-class citizens -* `import` and `export` variables from the host program +* Import external libraries * Fancy slice notation for strings, arrays and dictionaries * Can re-direct output, error and assertion failure messages * Open source under the zlib license