Skip to content

Commit 387d064

Browse files
committed
add ci badge to readme
1 parent 78442b6 commit 387d064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# DynamicVector Python Module
22

33
<p align="left">
4-
<img src="https://github.com/ScottBoyce-Python/DateIntervalCycler/actions/workflows/python-pytest.yml/badge.svg" alt="Build Status" height="20">
4+
<img src="https://github.com/ScottBoyce-Python/DynamicVector/actions/workflows/python-pytest.yml/badge.svg" alt="Build Status" height="20">
55
</p>
66

7+
78
DynamicVector is a Python class designed to combine the flexibility of Python lists with the computational efficiency of NumPy arrays. It allows for dynamic resizing, list-like manipulation, and full access to NumPy’s powerful numerical operations.
89

910
## Features

0 commit comments

Comments
 (0)