From cc616483fc8d891edb8d53502a7e76ea39002e86 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sat, 23 Dec 2017 13:33:12 +0300 Subject: [PATCH] Fix a typo in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1d01e3..5260853 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Assuming you have Xcode (or Xcode Commane Line Tools) and Homebrew installed: brew install mysql # For PostgreSQL support brew install postgresql - # openssl is not linked by Homebrew, this is to avoid "ld: library not found for -lss" + # openssl is not linked by Homebrew, this is to avoid "ld: library not found for -lssl" export LDFLAGS=-L/usr/local/opt/openssl/lib ```