From 43a03d293903469a3b92ca3b3fd5a72aea5ab2f5 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Mon, 23 May 2022 23:39:15 -0700 Subject: [PATCH] Tweak slogan to clarify that difftastic understands structure "Understands syntax" is sometimes confused with syntax highlighting. --- Cargo.toml | 2 +- README.md | 2 +- manual/src/introduction.md | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9dd914f06..e8b7ed02e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "difftastic" -description = "A diff that understands syntax" +description = "A structural diff that understands syntax" repository = "https://github.com/wilfred/difftastic" homepage = "http://difftastic.wilfred.me.uk/" license = "MIT" diff --git a/README.md b/README.md index 8eccc15ca..8c4279358 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ codecov.io

-Difftastic is an experimental diff tool that compares files based on +Difftastic is a structural diff tool that compares files based on their syntax. **For installation instructions, see diff --git a/manual/src/introduction.md b/manual/src/introduction.md index cfd4f2362..db03fcb90 100644 --- a/manual/src/introduction.md +++ b/manual/src/introduction.md @@ -1,7 +1,8 @@ # Introduction -Difftastic is a diff tool that understands syntax. It supports [over -20 programming languages](./languages_supported.html) and when it works, it's *fantastic*. +Difftastic is a structural diff tool that understands syntax. It +supports [over 20 programming languages](./languages_supported.html) +and when it works, it's *fantastic*. Difftastic is open source software (MIT license) and [available on GitHub](https://github.com/wilfred/difftastic).