Skip to content

Commit c94f517

Browse files
authored
Update README.md
1 parent d454c68 commit c94f517

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the library interface is user-friendly and has lots of features which are descri
2020
```cs
2121
using RedAlert;
2222

23-
static void Main()
23+
private static void Main()
2424
{
2525
//Creating the event subscriber
2626
Alerts alerts = new Alerts();
@@ -31,7 +31,6 @@ private static void Alerts_OnAlertReceived(List<AlertCityData> cities)
3131
{
3232
//With every new alert, this function will get to execute.
3333
34-
//Converting the time to the universal time and adds 3 hours to get the current time in Israel.
3534
DateTime occurence = cities[0].Timestamp;
3635
List<string> zones = new List<string>();
3736
List<string> descriptions = new List<string>();

0 commit comments

Comments
 (0)