Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder authored Nov 17, 2022
1 parent e3da367 commit 52bee79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 52bee79

Please # to comment.