From 5482d10a2100b82d87f22dcca1b837285fa0aab1 Mon Sep 17 00:00:00 2001 From: Saint-vitamin <53151906+Saint-vitamin@users.noreply.github.com> Date: Fri, 26 Jul 2019 17:20:23 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3414fcc..2b36b3d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ # Include -## for qmake projects +## For qmake projects * cd yourRepo * git submodule add https://github.com/QuasarApp/QtBigInt.git # add the repository of Qt-Secret into your repo like submodule @@ -29,7 +29,7 @@ >> include($$PWD/QtBigInt/GMP.pri) * Rebuild yuor project -## for other build system +## For other build system * cd yourRepo * git submodule add https://github.com/QuasarApp/QtBigInt.git # add the repository of Qt-Secret into your repo like submodule