From f7e31f665c2071ed7c4a5e7fbcdac074b3ca08d5 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 30 Jul 2022 23:11:00 +0700 Subject: [PATCH] chore: update README with diff not compare --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f567df9..eecef48 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ go build ./cmd/dot # Update dotfiles with user config ./dot update -# Compare dotfiles with user config -./dot compare +# Diff dotfiles with user config +./dot diff ```