From 04340667ab25194fec39bf1e9d3ccbcf54f651ec Mon Sep 17 00:00:00 2001 From: ceee Date: Tue, 27 Aug 2013 10:47:27 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af10fd1..76acbfe 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # UptimeSharp -**UptimeSharp** is a C#.NET class library that integrates the [UptimeRobot API](http://http://www.uptimerobot.com/api.asp). +**UptimeSharp** is a C#.NET class library that integrates the [UptimeRobot API](http://www.uptimerobot.com/api.asp). The wrapper consists of 2 parts: - Get and modify monitors - Get and modify alert contacts -[uptimesharp.frontendplay.com](http://uptimesharp.frontendplay.com/) (coming soon) +[uptimesharp.frontendplay.com](http://uptimesharp.frontendplay.com/) ## Install using NuGet @@ -15,7 +15,7 @@ The wrapper consists of 2 parts: Install-Package UptimeSharp ``` -[nuget.org/packages/UptimeSharp](https://www.nuget.org/packages/UptimeSharp/) (coming soon) +[nuget.org/packages/UptimeSharp](https://www.nuget.org/packages/UptimeSharp/) ## Usage Example