Tweak slogan to clarify that difftastic understands structure

"Understands syntax" is sometimes confused with syntax highlighting.
pull/290/head
Wilfred Hughes 2022-05-23 23:39:15 +07:00
parent 57a4b6d6ce
commit 43a03d2939
3 changed files with 5 additions and 4 deletions

@ -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"

@ -6,7 +6,7 @@
<a href="https://codecov.io/gh/Wilfred/difftastic"><img src="https://img.shields.io/codecov/c/github/Wilfred/difftastic?style=flat-square&token=dZzAZtQT2S" alt="codecov.io"></a>
</p>
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

@ -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).