From 1aef3e4632c1925246ab13b699d0a654175a57ca Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Thu, 26 Oct 2023 05:26:08 +0200 Subject: [PATCH] Fix typo (#147) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca62cac..2f2422f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ classfiles. Class files are rendered with ASM's [`Textifier`](https://asm.ow2.io/javadoc/org/objectweb/asm/util/Textifier.html) and with `scalap`. Other files are rendered as-is. -The rendered files are commited into a Git repository, one commit per provided command line argument. +The rendered files are committed into a Git repository, one commit per provided command line argument. The diffs between these are rendered to standard out (unless `--quiet` is provided). If only a single argument is provided, the initial commit is rendered.