diff --git a/README.md b/README.md index b44022b..fa204bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# similar +# Similar: A Diffing Library for Rust [![Build Status](https://github.com/mitsuhiko/similar/workflows/Tests/badge.svg?branch=main)](https://github.com/mitsuhiko/similar/actions?query=workflow%3ATests) [![Crates.io](https://img.shields.io/crates/d/similar.svg)](https://crates.io/crates/similar) @@ -8,7 +8,7 @@ Similar is a dependency free crate for Rust that implements different diffing algorithms and high level interfaces for it. It is based on the [pijul](https://pijul.org/) implementation of the Myer's and Patience algorithms and inherits some ideas -from there. +from there. It was built for the [insta snapshot testing library](https://insta.rs). ```rust use similar::{ChangeTag, TextDiff};