From b952f46432e75598db21c41aaca9f50ba50e39d5 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 7 Feb 2021 21:57:01 +0100 Subject: [PATCH] Small readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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};