Skip to content

Commit 4bd7997

Browse files
authored
Update README.md
1 parent 05eae32 commit 4bd7997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SeqDiff - Diff between two sequences for Rust and Python
1+
# SeqDiff - diff library for Rust and Python
22
[![creates.io](https://img.shields.io/crates/v/seqdiff.svg)](https://crates.io/crates/seqdiff)
33
[![pypi](https://img.shields.io/pypi/v/pyseqdiff.svg)](https://pypi.org/project/pyseqdiff/)
44
[![Actions Status](https://github.com/tamuhey/seqdiff/workflows/Test%20and%20Deploy/badge.svg)](https://github.com/tamuhey/seqdiff/actions)
55

6-
Functions to get correspondence between two sequences like `diff`, based on Myers' algorithm.
6+
`diff` based on Myers' algorithm.
77

88
<img src="./img/py_printdiff.png" width=400>
99

0 commit comments

Comments
 (0)