From f084582274a329449d445cfa3deba5e655f0b8f1 Mon Sep 17 00:00:00 2001 From: Denis Kovalchuk Date: Thu, 28 Mar 2024 23:59:20 +0300 Subject: [PATCH] readme: formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 773c7f9..d26da75 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,7 @@ include(FetchContent) FetchContent_Declare( libftp GIT_REPOSITORY https://github.com/deniskovalchuk/libftp.git - GIT_TAG v0.4.1 -) + GIT_TAG v0.4.1) FetchContent_MakeAvailable(libftp) add_executable(application main.cpp)