Skip to content

Commit f48b008

Browse files
committed
Updated README file
1 parent 5c41689 commit f48b008

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# ringbuffer
22
A RingBuffer implementation as a data structure that stores a fixed number of elements and overwrites the oldest elements once the maximum size is reached.
33

4-
Usage:
4+
## Install
5+
```
6+
jag pkg install ringbuffer
7+
```
8+
9+
## Usage:
510
```
611
import ringbuffer show *
712

0 commit comments

Comments
 (0)