We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dec37 commit f718ce4Copy full SHA for f718ce4
1 file changed
README.md
@@ -46,8 +46,8 @@ using DeanCode;
46
47
void Start()
48
{
49
- // Send a `Hello World!` Notification with a warning symbol
50
- manager.SendNotification("Hello World!", NotificationType.Warning);
+ // Send a `Hello World!` Notification with a warning symbol for 10 seconds
+ manager.SendNotification("Hello World!", NotificationType.Warning, 10);
51
}
52
```
53
0 commit comments