diff --git a/README.md b/README.md index 4222f9d..1f9400e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![NuGet](https://img.shields.io/nuget/dt/Dirkster.TreeLib.svg)](http://nuget.org/packages/Dirkster.TreeLib) # TreeLib -This project produces a .Net Standard Library with Generic methods to traverse k-nary trees in different orders of traversal. Implementing something as complicated as a Post-Order traversal algorithm requires just: