From 15e3282368449b09a931b767001b1fee029bb68d Mon Sep 17 00:00:00 2001 From: matiwinnetou Date: Mon, 4 Sep 2023 17:49:59 +0200 Subject: [PATCH] Chore: readme update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d3ad2a..5f222c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Merkle Tree implementation in Java / Aiken -This is an **incubating** project to implement Plutus compatible Merkle Tree implementation in java and compatible contract equivalent written in Aiken (https://aiken-lang.org/). +This is project that implements Merkle Tree in Java and compatible contract equivalent written in Aiken (https://aiken-lang.org/). [![Build](https://github.com/cardano-foundation/merkle-tree-java/actions/workflows/build.yml/badge.svg)](https://github.com/cardano-foundation/merkle-tree-java/actions/workflows/build.yml) [![License](https://img.shields.io:/github/license/cardano-foundation/merkle-tree-java?label=license)](https://github.com/cardano-foundation/merkle-tree-java/blob/master/LICENSE)