From e701d93b4a753a4c78251698bac2d2ef0d5b6da0 Mon Sep 17 00:00:00 2001 From: Alex Murkoff <79400603+alexlnkp@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:27:59 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e0bb3..175a785 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Therefore, you can very simply modify the code by adding or removing data you pa For instance, here's how you yield the `FeelsLikeC`: ```cpp -std::string feelslike = j["current_condition"][0]["FeelsLikeC"]; +std::string feelslike = json_res["current_condition"][0]["FeelsLikeC"]; ``` Then, you can easily modify the print statement by adding this information. For example: