From 11896e652f1724dd9b4c5533e7faeb299ad89c21 Mon Sep 17 00:00:00 2001 From: campmccl <52137472+jcrm1@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:00:31 -0500 Subject: [PATCH] fix: single typo in README.md `brew instal` works as intended, but only because Homebrew has aliases for a few common typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7177aeea8..65fabac36 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ To add our tap, run: brew tap deskflow/homebrew-tap ``` Then install either: -- Stable: `brew instal deskflow` +- Stable: `brew install deskflow` - Continuous: `brew install deskflow-dev`