update README

This commit is contained in:
Daniel Kang 2019-01-14 04:33:29 -08:00
parent 797e3cadaa
commit 48847c1f6d

View file

@ -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