From 1b5e05170fa90371d646caf7e11a6cc1ab5611c7 Mon Sep 17 00:00:00 2001 From: Raimundo Saona <37874270+saona-raimundo@users.noreply.github.com> Date: Thu, 17 Apr 2025 00:35:40 +0200 Subject: [PATCH] Update README.md to not mention the app After reading #20, I believe the README should be updated accordingly. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 3d2aa64..27a3cc1 100644 --- a/README.md +++ b/README.md @@ -122,14 +122,3 @@ void func3(){} println!("diff_lines:"); println!("{}", diff_lines(code1_a, code1_b)); ``` - -## App - -This crate also provides app for side-by-side diff: - -```sh -cargo install prettydiff -prettydiff left_file.txt right_file.txt -``` - -![App](https://raw.githubusercontent.com/romankoblov/prettydiff/master/screens/app.png) \ No newline at end of file