From acc3d2ecb3526dd194ea9a34be811414e749c8cb Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sat, 13 Sep 2014 11:33:54 -0700 Subject: [PATCH] Fix capitalization of git-crypt in INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index f756ca5..5e78caa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ To build git-crypt, you need a C++ compiler and OpenSSL development headers. -Building GIT-CRYPT +Building git-crypt ------------------ The Makefile is tailored for g++, but should work with other compilers.