update readme
This commit is contained in:
@@ -68,7 +68,7 @@ List<Monitor> items = await _client.GetMonitors();
|
||||
Get monitors by ID - or a single monitor:
|
||||
|
||||
```csharp
|
||||
List<Monitor> items = await _client.GetMonitors(new string[]{ 12891, 98711 });
|
||||
List<Monitor> items = await _client.GetMonitors(new string[]{ "12891", "98711" });
|
||||
// or
|
||||
Monitor item = await _client.GetMonitor("12891");
|
||||
```
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.0.0")]
|
||||
[assembly: AssemblyFileVersion("2.0.0")]
|
||||
[assembly: AssemblyVersion("2.0.0.1")]
|
||||
[assembly: AssemblyFileVersion("2.0.0.1")]
|
||||
Reference in New Issue
Block a user