diff --git a/README.md b/README.md index c735c4c..c0f98d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Logo](src/icon.png) -# Deque [![Build status](https://github.com/StephenCleary/Deque/workflows/Build/badge.svg)](https://github.com/StephenCleary/Deque/actions?query=workflow%3ABuild) [![codecov](https://codecov.io/gh/StephenCleary/Deque/branch/master/graph/badge.svg)](https://codecov.io/gh/StephenCleary/Deque) [![NuGet version](https://badge.fury.io/nu/Nito.Deque.svg)](https://www.nuget.org/packages/Nito.Deque) [![API docs](https://img.shields.io/badge/API-dotnetapis-blue.svg)](http://dotnetapis.com/pkg/Nito.Deque) +# Deque [![Build status](https://github.com/StephenCleary/Deque/workflows/Build/badge.svg)](https://github.com/StephenCleary/Deque/actions?query=workflow%3ABuild) [![codecov](https://codecov.io/gh/StephenCleary/Deque/branch/main/graph/badge.svg)](https://codecov.io/gh/StephenCleary/Deque) [![NuGet version](https://badge.fury.io/nu/Nito.Deque.svg)](https://www.nuget.org/packages/Nito.Deque) [![API docs](https://img.shields.io/badge/API-dotnetapis-blue.svg)](http://dotnetapis.com/pkg/Nito.Deque) A double-ended queue, which provides O(1) indexed access, O(1) removals from the front and back, amortized O(1) insertions to the front and back, and O(N) insertions and removals anywhere else.