From d8fdc3f106b1cbdb129dc26ba5e3d64f5ba59b4a Mon Sep 17 00:00:00 2001 From: Muhammad Al-Syrwan Date: Fri, 17 Oct 2014 05:22:26 +0300 Subject: [PATCH] Added Missing Optional Parameter Documentation Added the missing optional parameter `stack name` to `notifyWithDefaults` method documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b24f660..12db8e3 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Display a generic PNotify notification with the options you pass to it. It ignor Same as `notify` but will merge the options with defaults. Useful when you only want to override or add one options, without clearing all defaults. -`notificationService.notifyWithDefaults(options);` +`notificationService.notifyWithDefaults(options, [stack name]);` ### Provider @@ -242,4 +242,4 @@ To the [angular-pines-notify](https://github.com/mykabam/angular-pines-notify) c - [mibamur](https://github.com/mibamur) - [MaximilianoRicoTabo](https://github.com/MaximilianoRicoTabo) -Thanks to [mehdi-ghezal](https://github.com/mehdi-ghezal) for stack implementation. \ No newline at end of file +Thanks to [mehdi-ghezal](https://github.com/mehdi-ghezal) for stack implementation.