We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c042ca5 commit 3307c70Copy full SHA for 3307c70
1 file changed
README.md
@@ -5,16 +5,14 @@
5
[](https://github.com/elixir-toniq/circular_buffer/actions/workflows/elixir.yml)
6
[](https://api.reuse.software/info/github.com/elixir-toniq/circular_buffer)
7
8
-CircularBuffer provides a general-purpose CircularBuffer data structure.
9
-
10
-Docs: [https://hexdocs.pm/circular_buffer](https://hexdocs.pm/circular_buffer).
+CircularBuffer provides a general-purpose circular buffer data structure.
11
12
## Installation
13
14
```elixir
15
def deps do
16
[
17
- {:circular_buffer, "~> 0.4"}
+ {:circular_buffer, "~> 1.0"}
18
]
19
end
20
```
0 commit comments