Remove a link (standalone language) from README

This commit is contained in:
Daniel Kang 2019-01-20 08:35:44 -08:00
parent 336fbc30e5
commit 880a281dfb

View file

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