From 3a480154c21f798a7f0efaca68be66add2ed8145 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Wed, 6 Mar 2024 21:47:30 -0800 Subject: [PATCH] Use consistent casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b698571a7..2a8fe9f6f3 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ $ difft --check-only --exit-code before.js after.js This will set the exit code to 0 if there are no syntactic changes, or 1 if there are changes found. -### How Does It Work? +### How does it work? Difftastic treats structural diffing as a graph problem, and uses Dijkstra's algorithm.