From d595c1faa49f74cc45399353c92c5b83105bb94e Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Fri, 3 Nov 2023 20:23:26 +0100 Subject: [PATCH] Correct a typo in `README.md` Probably due to a copy-paste from https://github.com/QuasarApp/Heart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71ad78b..0b72f21 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This library contains interfaces for the signing and encryption data. ## Build and Include * cd yourRepo - * git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of Heart into your repo like submodule + * git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of EasySSL into your repo like submodule * git submodule update --init --recursive * Include in your CMakeLists.txt file the main CMakeLists.txt file of Heart library