From 8cedc6a8b29180e68326f6b76f249d5e39e4b591 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 20 Jun 2021 13:44:02 -0700 Subject: [PATCH] Typo fix Thanks, https://twitter.com/garrettc/status/1406705348648525830 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 099dd16..aa3234d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,7 +15,7 @@ The :ref:`sqlite-utils commad-line tool ` can be installed on macOS using H brew install sqlite-utils -If you have it installed and want to upgrade to the most recent release, you ran run:: +If you have it installed and want to upgrade to the most recent release, you can run:: brew upgrade sqlite-utils