From b0f2a6f72879c4d836bd847c4e0abddc7b3dd463 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 3 Feb 2021 01:13:49 +0100 Subject: [PATCH] Update readme to new structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fdd1a2..e4f7140 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ implementation of the Myer's and Patience algorithms and inherits some ideas from there. ```rust -use similar::text::{ChangeTag, TextDiff}; +use similar::{ChangeTag, TextDiff}; fn main() { let diff = TextDiff::from_lines(