diff --git a/README.md b/README.md index c71fac1..2304bb1 100644 --- a/README.md +++ b/README.md @@ -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.