update readme

This commit is contained in:
2014-02-02 13:34:07 +01:00
parent b73a57c197
commit c8de45410e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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");
```
+2 -2
View File
@@ -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")]