From 4cafe43525e1869bb35335b98ea5de595aa679c7 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 21 Jul 2014 22:36:50 +0100 Subject: [PATCH] Trivial typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ad0721..b21dbfeb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Building on OSX is simple, but requires SQLite and Qt 4.8.x to be installed first. These are the Homebrew steps, though other package managers should work: - $ brew install sqlite --with-functions --without-readline + $ brew install sqlite --with-functions --without-readline $ brew install qt $ brew link sqlite3 --force