From aaf50f5b655f83af3860c91c8ea2e12e45e9ef1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Barzowski?= Date: Sat, 27 Jun 2020 19:02:14 +0200 Subject: [PATCH] Update project status in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87fe6a5..c6d4d23 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ [Coverage Status Widget]: https://coveralls.io/repos/github/google/go-jsonnet/badge.svg?branch=master [Coverage Status]: https://coveralls.io/github/google/go-jsonnet?branch=master -This an implementation of [Jsonnet](http://jsonnet.org/) in pure Go. It is feature complete but is not as heavily exercised as the [Jsonnet C++ implementation](https://github.com/google/jsonnet). Please try it out and give feedback. +This an implementation of [Jsonnet](http://jsonnet.org/) in pure Go. It is a feature complete, production-ready implementation. It is compatible with the original [Jsonnet C++ implementation](https://github.com/google/jsonnet). Bindings to C and Python are available (but not battle-tested yet). -This code is known to work on Go 1.8 and above. We recommend always using the newest stable release of Go. +This code is known to work on Go 1.11 and above. We recommend always using the newest stable release of Go. ## Installation instructions