From 12872a6f2566a917b66e704559c91ee8dd6bb72c Mon Sep 17 00:00:00 2001 From: Mohammed Alyousef Date: Mon, 14 Sep 2020 13:44:38 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef564e..4828f98 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ name = "app" # required version = "0.1.0" # required [find-package] # optional, runs find_package, use "*" to ignore version -boost = "1.74.0" # optional +Boost = "1.74.0" # optional [fetch-content] # optional, runs fetchContent toml11 = { GIT_REPOSITORY = "https://github.com/ToruNiina/toml11", GIT_TAG = "v3.5.0" } # optional