From c2cbbf77ab2be6cb4ea37f4ea43306ef0332e361 Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Mon, 30 Jan 2017 21:09:32 -0500 Subject: [PATCH] README.md fix homebrew link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4235ec..1a450f06 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To add spdlog directly to your build tree: ### Homebrew OS X install -Install from the command line using [Homebrew](https://brew.sh): +Install from the command line using [Homebrew](http://brew.sh): # install homebrew package manager ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"