From 48847c1f6d8592ca4e165b1ab2a7d999ed8f7de3 Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Mon, 14 Jan 2019 04:33:29 -0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a76325..719fddf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tengo is an embeddable script language for Go. Tengo is fast because it's compiled to bytecode and executed on stack-based VM that's written in native Go. _(See the [benchmark](#benchmark) results.)_ -\>> **Try Tengo in online [Playground](https://tengolang.com/)** << +\>> **Try [Tengo Playground](https://tengolang.com/)** << ## Features