Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlnkp committed Apr 11, 2024
1 parent 2b41b6b commit e701d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e701d93

Please sign in to comment.