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 ); ```