Update README.md

This commit is contained in:
Daniel Kang 2019-01-14 07:17:07 -08:00 committed by GitHub
parent 264f15fd00
commit dec1301907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
# The Tengo Language
[![GoDoc](https://godoc.org/github.com/d5/tengo?status.svg)](https://godoc.org/github.com/d5/tengo/script)
[![cover.run](https://cover.run/go/github.com/d5/tengo.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fd5%2Ftengo)
Tengo is an embeddable script language for Go.
Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-based VM that's written in native Go.