From 197caaa76c44f44807c738e293b8dcea6c559079 Mon Sep 17 00:00:00 2001 From: Christopher Boseak Date: Sat, 12 Aug 2017 23:52:59 -0500 Subject: [PATCH] fixed typo noted in issue ticket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e131dc8..3922277 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Also you can pass the "scope" option. This is an angular scope option Notificati | delay | *Int* (?) | `5000` or configured global delay | Number of ms before notification fades out. If not an integer, notification will persist until killed. | | type | "primary", "info", "success", "warning", "error" | `"primary"` | Bootstrap flavoring | | positionY | "top", "bottom" | `"top"` | | -| positionX | "right", "left", "center" | `"right" | | +| positionX | "right", "left", "center" | "right" | | | replaceMessage | *Boolean* | `false` | If true this message will replace old(er) message(s) | | closeOnClick | true, false | true | If true, the message is closed on click |