From d0fbd2bf5cd815acd76c952451889c21e54e5cb4 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 13 Feb 2018 02:28:26 -0800 Subject: [PATCH] Typo fix in the README (MacOSX, macOs) updates the name of Mac OS X (#743) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4172495..d99cc2d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ it builds aginst current set of dependencies versions. $ make pgloader $ ./build/bin/pgloader --help -### Building from sources on MacOSX +### Building from sources on macOS When using [brew](https://brew.sh), it should be a simple `brew install --HEAD pgloader`.