From 488c8056bbb63876a84606228b9762b711d146b4 Mon Sep 17 00:00:00 2001 From: Nicolas Guelpa Date: Wed, 3 May 2017 11:26:29 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8e43be..9bf72e4 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [![Build status](https://ci.appveyor.com/api/projects/status/g03ekujid04nep5m/branch/master?svg=true)](https://ci.appveyor.com/project/cheesemacfly/mtaservicestatus/branch/master) [![NuGet](https://img.shields.io/nuget/v/MTAServiceStatus.svg)](https://www.nuget.org/packages/MTAServiceStatus) -###What? +### What? Simple C# library to get the latest MTA service status. Available as a nuget package here: https://www.nuget.org/packages/MTAServiceStatus or running the command: `PM> Install-Package MTAServiceStatus` -###How? +### How? If you need to get the status per subway line, you can use the [`MTASubwayStatus`](MTAServiceStatus/MTASubwayStatus.cs) class.