From 036c419b2bad1189bfa469e4feb23b69e51cb273 Mon Sep 17 00:00:00 2001 From: derrickcrowne Date: Thu, 28 Sep 2017 14:03:43 -0700 Subject: [PATCH] Fixed readme typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b6575b..4d28ae6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Metropolitan Atlanta Rapid Transit Authority (MARTA) Api Client -[![Build Status](https://travis-ci.org/syncromatics/Syncromatics.Client.Marta.svg?branch=feature%2Fenable-travis-builds)](https://travis-ci.org/syncromatics/Syncromatics.Client.Marta) +[![Build Status](https://travis-ci.org/syncromatics/Syncromatics.Clients.Marta.svg?branch=feature%2Fenable-travis-builds)](https://travis-ci.org/syncromatics/Syncromatics.Clients.Marta) A .NET library to interact with the [MARTA API](http://www.itsmarta.com/app-developer-resources.aspx) @@ -24,4 +24,4 @@ dotnet build ## Testing ``` dotnet test -``` \ No newline at end of file +```