From 25a166d540f425b9420c22fcfca5e7c3e2eab4bd Mon Sep 17 00:00:00 2001 From: udit99 Date: Tue, 17 Aug 2021 05:50:10 -0500 Subject: [PATCH] Adding missing comma (#243) Adding missing comma to parameter for this.$notify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106ebc7..3825bef 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Notifications are triggered via the API: // (optional, override) // Time (in ms) to show / hide notifications - speed: 1000 + speed: 1000, // (optional) // Data object that can be used in your template