Skip to content

Commit c489d25

Browse files
committed
Merge pull request #10 from MhdSyrwan/patch-1
Added Missing Optional Parameter Documentation
2 parents 9b7572e + d8fdc3f commit c489d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Display a generic PNotify notification with the options you pass to it. It ignor
107107
Same as `notify` but will merge the options with defaults. Useful when you only want to override or add one options, without
108108
clearing all defaults.
109109

110-
`notificationService.notifyWithDefaults(options);`
110+
`notificationService.notifyWithDefaults(options, [stack name]);`
111111

112112
### Provider
113113

@@ -242,4 +242,4 @@ To the [angular-pines-notify](https://github.com/mykabam/angular-pines-notify) c
242242
- [mibamur](https://github.com/mibamur)
243243
- [MaximilianoRicoTabo](https://github.com/MaximilianoRicoTabo)
244244

245-
Thanks to [mehdi-ghezal](https://github.com/mehdi-ghezal) for stack implementation.
245+
Thanks to [mehdi-ghezal](https://github.com/mehdi-ghezal) for stack implementation.

0 commit comments

Comments
 (0)