From fa6699f7ce68bde207b0b118570e03bbebbcc33c Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Fri, 25 Jan 2019 15:03:32 -0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d5675..cc71e9c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ s := sum("", [1, 2, 3]) // == "123" - Simple and highly readable [Syntax](https://github.com/d5/tengo/blob/master/docs/tutorial.md) - Dynamic typing with type coercion - Higher-order functions and closures - - Immutable values _(v1)_ + - Immutable values - Garbage collection - [Securely Embeddable](https://github.com/d5/tengo/blob/master/docs/interoperability.md) and [Extensible](https://github.com/d5/tengo/blob/master/docs/objects.md) - Compiler/runtime written in native Go _(no external deps or cgo)_