From 9887579ef4813bfb79cda4de180e1aaa08bd66cc Mon Sep 17 00:00:00 2001 From: Alexandre Moreno Date: Mon, 8 Apr 2024 15:59:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712f6b5..37deaff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ We are using the same test suite used in the offical [C++][cpp-jsonnet] and [Go] Here is the implementation status of the main language features: -- [X] array and object comprehension (but see [#46](issues/46)) +- [X] array and object comprehension (but see [#46](https://github.com/moleike/haskell-jsonnet/issues/46)) - [X] array slices - [X] Python-style string formatting - [X] text blocks