Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk authored Aug 15, 2017
1 parent b1dda6a commit b0fa134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This little project contains a Binary Tree implementation

[![AppVeyor](https://ci.appveyor.com/api/projects/status/l3kmfu18f4fbmuvu?svg=true)](https://ci.appveyor.com/project/Marusyk/binarytree)
[![NuGet package](https://badge.fury.io/nu/BinaryTree.svg)](https://www.nuget.org/packages/BinaryTree/)
[![GitHub release](https://badge.fury.io/gh/Marusyk%2FBinaryTree.svg)](https://github.com/Marusyk/BinaryTree/releases/tag/v3.0.0)
[![GitHub release](https://badge.fury.io/gh/Marusyk%2FBinaryTree.svg)](https://github.com/Marusyk/BinaryTree/releases/tag/v4.0.0.1)

# How to Install

Expand All @@ -15,7 +15,7 @@ You can directly install this library from [Nuget][6]. There are two packages:

PM> Install-Package BinaryTree
[6]: http://nuget.org
[7]: https://www.nuget.org/packages/BinaryTree/3.0.0
[7]: https://www.nuget.org/packages/BinaryTree

# How to use

Expand Down

0 comments on commit b0fa134

Please sign in to comment.