Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Enum0x539 authored Jun 19, 2021
1 parent d454c68 commit c94f517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the library interface is user-friendly and has lots of features which are descri
```cs
using RedAlert;

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

0 comments on commit c94f517

Please sign in to comment.