Skip to content

Commit

Permalink
Use consistent casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Mar 7, 2024
1 parent e208720 commit 3a48015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a48015

Please sign in to comment.