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