Skip to content

Commit 52bee79

Browse files
authored
Update README.md
1 parent e3da367 commit 52bee79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Toast for Xamarin.iOS
1+
# Toast
22

33
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.
44

@@ -7,14 +7,14 @@ ToastBindings is a Xamarin.iOS binding library that adds toast notifications to
77

88
## Screenshots
99

10-
![Toast Screenshots](https://github.com/scalessec/Toast/raw/master/toast_screenshots.jpg)
10+
![Toast Screenshots](https://raw.githubusercontent.com/scalessec/Toast/master/toast_screenshots.jpg)
1111

1212
## Installation
1313

1414
NuGet:
1515

1616
```
17-
Install-Package ToastBindings
17+
dotnet add package ToastBindings
1818
```
1919

2020
## Basic Examples

0 commit comments

Comments
 (0)