From cd7562d1b03b9cdbb9eac2dc0dda000c6883b9c5 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Wed, 8 Jan 2020 15:41:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 204c457..0e3e386 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Tree (Data Structure) -![status](https://img.shields.io/badge/status-WorkInProgress-red) +[![maven](https://img.shields.io/maven-central/v/com.github.adriankuta/tree-structure?style=plastic)](https://mvnrepository.com/artifact/com.github.adriankuta/tree-structure) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/AdrianKuta/Design-Patterns-Kotlin/blob/master/LICENSE) Simple implementation to store object in tree structure. Method `toString()` is overrided to provide nice tree view in logs.