From 52bee79cf5ee5977d3e2fb25a899c0ffe18f6967 Mon Sep 17 00:00:00 2001 From: Yauheni Pakala Date: Thu, 17 Nov 2022 16:18:59 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 422e9b8..2ddc971 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Toast for Xamarin.iOS +# Toast ToastBindings is a Xamarin.iOS binding library that adds toast notifications to the `UIView` object class. It is intended to be simple, lightweight, and easy to use. Most toast notifications can be triggered with a single line of code. @@ -7,14 +7,14 @@ ToastBindings is a Xamarin.iOS binding library that adds toast notifications to ## Screenshots -![Toast Screenshots](https://github.com/scalessec/Toast/raw/master/toast_screenshots.jpg) +![Toast Screenshots](https://raw.githubusercontent.com/scalessec/Toast/master/toast_screenshots.jpg) ## Installation NuGet: ``` -Install-Package ToastBindings +dotnet add package ToastBindings ``` ## Basic Examples