Skip to content

Commit 3307c70

Browse files
committed
Update readme for 1.0.0
1 parent c042ca5 commit 3307c70

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
[![CI](https://github.com/elixir-toniq/circular_buffer/actions/workflows/elixir.yml/badge.svg)](https://github.com/elixir-toniq/circular_buffer/actions/workflows/elixir.yml)
66
[![REUSE status](https://api.reuse.software/badge/github.com/elixir-toniq/circular_buffer)](https://api.reuse.software/info/github.com/elixir-toniq/circular_buffer)
77

8-
CircularBuffer provides a general-purpose CircularBuffer data structure.
9-
10-
Docs: [https://hexdocs.pm/circular_buffer](https://hexdocs.pm/circular_buffer).
8+
CircularBuffer provides a general-purpose circular buffer data structure.
119

1210
## Installation
1311

1412
```elixir
1513
def deps do
1614
[
17-
{:circular_buffer, "~> 0.4"}
15+
{:circular_buffer, "~> 1.0"}
1816
]
1917
end
2018
```

0 commit comments

Comments
 (0)