From 151d04a870bb3733bf0be9fb80e48f7dfd919534 Mon Sep 17 00:00:00 2001 From: Aadi Bajpai Date: Mon, 1 Jan 2018 15:16:44 +0530 Subject: [PATCH] [IMPROVEMENT] Minor typographical fix (#868) Looks better now --- docs/COMPILATION.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/COMPILATION.MD b/docs/COMPILATION.MD index 6b4945a4..3c13ce2d 100644 --- a/docs/COMPILATION.MD +++ b/docs/COMPILATION.MD @@ -53,7 +53,7 @@ make ./ccextractor ``` -**Using Cmake** +**Using CMake** ``` #Create and navigate to directory where you want to store built files @@ -126,7 +126,7 @@ cd ccextractor/mac ./ccextractor ``` -**Using Cmake** +**Using CMake** ``` #Create and navigate to directory where you want to store built files @@ -183,7 +183,7 @@ Configurations options are: `(Debug|Release)-Full` Configurations options include dependent libraries which are used for OCR. -**Using Cmake** +**Using CMake** You may also generate `.sln` files for Visual Studio and build using build tools, or open `.sln` files using Visual Studio.