From efc6d2e5cccc74bc0d11ba33cbc1078ea44be28a Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 28 Dec 2021 18:47:16 +0200 Subject: Corrected Git URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a76bada..716f9a7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To include the library files I would recommend that you add it as a git submodule to your project. Here is how: ```bash -git submodule add git@github.com:itay-grudev/SingleApplication.git singleapplication +git submodule add https://github.com/itay-grudev/SingleApplication.git singleapplication ``` **Qmake:** -- cgit v1.2.1