From b24df8406e57294fdcbf6268c05717f7ab4f7fcd Mon Sep 17 00:00:00 2001 From: MoAlyousef Date: Thu, 10 Sep 2020 03:10:17 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dcd494..741f327 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ version = "0.1.0" # required boost = "1.74.0" # optional [fetch-content] # optional, runs fetchContent -toml11 = { git = "https://github.com/ToruNiina/toml11", git-tag = "v3.5.0" } # optional +toml11 = { GIT_REPOSITORY = "https://github.com/ToruNiina/toml11", GIT_TAG = "v3.5.0" } # optional [[bin]] # required, can define several binaries name = "app" # required