From e63d086794a7e9bd44248f9f7708f5450495568c Mon Sep 17 00:00:00 2001 From: Mike Shaver Date: Fri, 27 Oct 2023 16:51:34 -0400 Subject: [PATCH] Fix key/keg typo (#59) (BTW I love your writing!) --- sqlite/trying-macos-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite/trying-macos-extensions.md b/sqlite/trying-macos-extensions.md index 71c96ad24b..fa5442f4d9 100644 --- a/sqlite/trying-macos-extensions.md +++ b/sqlite/trying-macos-extensions.md @@ -25,7 +25,7 @@ On my machine part of the ouput from this says `OMIT_LOAD_EXTENSION`. You can run `which sqlite3` to see where it is located - on my system that outputs `/usr/bin/sqlite3`. -If you use Homebrew you can run `brew install sqlite` - this will install a modern version of SQLite, but it won't link it into your path (it's a "key-only package" in Homebrew jargon) to avoid conflicting with the macOS default installation. Running `brew info sqlite` confirms this. +If you use Homebrew you can run `brew install sqlite` - this will install a modern version of SQLite, but it won't link it into your path (it's a "keg-only package" in Homebrew jargon) to avoid conflicting with the macOS default installation. Running `brew info sqlite` confirms this. ``` % brew info sqlite