Skip to content

Commit f718ce4

Browse files
authored
Update README.md
1 parent e7dec37 commit f718ce4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ using DeanCode;
4646

4747
void Start()
4848
{
49-
// Send a `Hello World!` Notification with a warning symbol
50-
manager.SendNotification("Hello World!", NotificationType.Warning);
49+
// Send a `Hello World!` Notification with a warning symbol for 10 seconds
50+
manager.SendNotification("Hello World!", NotificationType.Warning, 10);
5151
}
5252
```
5353

0 commit comments

Comments
 (0)