From 880a281dfb224e920c5ac0b147386af24228f88c Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Sun, 20 Jan 2019 08:35:44 -0800 Subject: [PATCH] Remove a link (standalone language) from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe3d56..be30ad2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-b - Garbage collected _(thanks to Go runtime)_ - Easily extensible using customizable types - Written in pure Go _(no CGO, no external dependencies)_ -- Executable as a [standalone language](https://github.com/d5/tengo#tengo-as-a-standalone-language) _(without writing any Go code)_ +- Executable as a standalone language ## Benchmark