Skip to content

Commit 0e4675c

Browse files
committed
Added Country name functions by haseeb-heaven
1 parent 85d92f3 commit 0e4675c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CovidSharp/nuget.exe

-5.53 MB
Binary file not shown.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CoronavirusData data = new CoronavirusData();
4444
```c#
4545
Console.WriteLine("China Confirmed: " + data.FromCountryNameConfirmed("China"));
4646
Console.WriteLine("China Recovered: " + data.FromCountryNameRecovered("China"));
47-
Console.WriteLine("China Deaths: " + data.FromCountryNameDeaths(country_name));
47+
Console.WriteLine("China Deaths: " + data.FromCountryNameDeaths("China"));
4848
```
4949

5050
### Get Data by ID

0 commit comments

Comments
 (0)