From dec13019076ba4da72e56e7e9bd5f1de142866be Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Mon, 14 Jan 2019 07:17:07 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.