From b7c06091784efeada6877ee38e8021b60921fc65 Mon Sep 17 00:00:00 2001 From: Script47 Date: Tue, 19 Feb 2019 12:29:17 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6d3b2..3503949 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can pass to the `$.toast` function an object with the settings for your toas | type | Determines the style of the toast based on Bootstrap styles | 'info' | 'info', 'success', 'warning', 'error' | delay | Determines how the toast will show for | 3000 -**Note:** If content is omitted, the toast will not have a `.toast-body` and can be used as a small snack which will be shown below in the examples. +**Note:** If content is omitted, the toast will not have a `.toast-body` and can be used as a small snack which will be shown below in the examples. By default toasts will be positioned in the top right corner and will in the future (hopefully) have other position options. ```javascript $.toast({