From 8d08719bc43228745aa5c4759f4b4cbb5d2982d5 Mon Sep 17 00:00:00 2001 From: 1RedOne Date: Mon, 7 Oct 2019 14:23:39 -0400 Subject: [PATCH] fixed broken link --- Help/New-BurntToastShoulderTap.md | 13 +++---------- README.md | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Help/New-BurntToastShoulderTap.md b/Help/New-BurntToastShoulderTap.md index f0a351f..0e0c085 100644 --- a/Help/New-BurntToastShoulderTap.md +++ b/Help/New-BurntToastShoulderTap.md @@ -222,17 +222,10 @@ You cannot pipe input to this function. ## OUTPUTS -TODO - -New-BurntToastNotification displays the Toast Notification that is created. - -## NOTES - -I'm *really* sorry about the number of Parameter Sets. The best explanation is: +Displays a Windows 10 Shoulder Tap message is a matching user (matches by e-mail address) is pinned to the task bar. -* You cannot specify a sound and mark the toast as silent at the same time. -* You cannot specify SnoozeAndDismiss and custom buttons at the same time. +If not, fails back to a standard Burnt Toast notification ## RELATED LINKS -[New-BurntToastNotification](https://github.com/Windos/BurntToast/blob/master/Help/New-BurntToastShoulderTap.md) +[New-BurntToastShoulderTap](https://github.com/Windos/BurntToast/blob/master/Help/New-BurntToastShoulderTap.md) diff --git a/README.md b/README.md index 84b19e4..4f328e8 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ $Text = 'First Shoulder Tap', 'This is for the fallback toast.' New-BurntToastShoulderTap -Image $Image -Person $Contact -Text $Text ``` -![Example: Shoulder Tap feature in Windows 10](/Examples/Example10/Result.gif) +![Example: Shoulder Tap feature in Windows 10](/Examples/Example10/result.gif) ## Releases