From 6f29cadd2698d7a3d83be3209af8aa8f407338ac Mon Sep 17 00:00:00 2001 From: ceee Date: Sun, 25 Aug 2013 22:33:06 +0200 Subject: [PATCH] doc fixes --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index de5773b..524e591 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,8 @@ Provide additional params for more data: ```csharp List items = _client.GetMonitors( monitorIDs: new int[]{ 12891, 98711 }, - // the number of days to calculate the uptime ratio(s) for customUptimeRatio: new float[] { 7, 30, 45 }, - // include log, if true (default: false) showLog: true, - // include alerts, if true (default: true) showAlerts = true ); ```