From 0e5338042065d356b9630910021295e60ce5a49e Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Tue, 28 Jan 2020 18:24:30 +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 97df12a..52da266 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: MIT](https://img.shields.io/github/license/AdrianKuta/Tree-Data-Structure?style=plastic)](https://github.com/AdrianKuta/Design-Patterns-Kotlin/blob/master/LICENSE) [![CircleCI](https://img.shields.io/circleci/build/github/AdrianKuta/Tree-Data-Structure/master?label=CircleCI&style=plastic&logo=circleci)](https://circleci.com/gh/AdrianKuta/Tree-Data-Structure) -Simple implementation to store object in tree structure. Method `toString()` is overrided to provide nice tree view in logs. +Simple implementation to store object in tree structure. ## Usage