We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d454c68 commit c94f517Copy full SHA for c94f517
README.md
@@ -20,7 +20,7 @@ the library interface is user-friendly and has lots of features which are descri
20
```cs
21
using RedAlert;
22
23
-static void Main()
+private static void Main()
24
{
25
//Creating the event subscriber
26
Alerts alerts = new Alerts();
@@ -31,7 +31,6 @@ private static void Alerts_OnAlertReceived(List<AlertCityData> cities)
31
32
//With every new alert, this function will get to execute.
33
34
- //Converting the time to the universal time and adds 3 hours to get the current time in Israel.
35
DateTime occurence = cities[0].Timestamp;
36
List<string> zones = new List<string>();
37
List<string> descriptions = new List<string>();
0 commit comments