From 6e0699486b984efc1cc99dca21dccd99dc2a5304 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Mon, 18 Jan 2016 09:57:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f933ee7..e11d0fb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ http://motzcod.es/post/128274430137/pull-to-refresh-anyish-xamarinforms-view Also available as a NuGet: https://www.nuget.org/packages/Refractored.XamForms.PullToRefresh/ +Build Status: [![Build status](https://ci.appveyor.com/api/projects/status/6ivxyyj05tabo40a/branch/master?svg=true)](https://ci.appveyor.com/project/JamesMontemagno/xamarin-forms-pulltorefreshlayout/branch/master) + **Important** If you are using the NuGet ensure that you call “PullToRefreshLayoutRenderer.Init();” in both your MainActivity and AppDelegate. (Similar to Xamarin.Forms.Maps).