Skip to content

Commit

Permalink
Readme spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Retic committed Nov 6, 2023
1 parent 56efc45 commit efc2a9c
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 @@ -15,7 +15,7 @@ PM> Install-Package ZabbixSender.Async
```C#
var sender = new ZabbixSender.Async.Sender("192.168.0.10");
var response = await sender.Send("MonitoredHost1", "trapper.item1", "12");
Console.WriteLine(reponse.Response); // "success" or "fail"
Console.WriteLine(response.Response); // "success" or "fail"
Console.WriteLine(response.Info); // e.g. "Processed 1 Failed 0 Total 1 Seconds spent 0.000253"
```

Expand Down

0 comments on commit efc2a9c

Please sign in to comment.