From cb9e5f00a7526f4acf882bec38d59683664f7813 Mon Sep 17 00:00:00 2001 From: Alejandro Vivas Date: Tue, 30 Apr 2019 17:17:54 -0400 Subject: [PATCH] Update Readme --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4200347..15078d4 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,8 @@ toastme.yesNoDialog({ text: "Do you want to pick your price?", textConfirm: "Confirm", textCancel: "Cancel", - showCancel: true, // true or false - type: "success" // 'success', 'danger', 'warning', 'info' or 'question' + showCancel: true, // true or false + type: "success" // 'success', 'danger', 'warning', 'info' or 'question' (optional) }).then((value) => { if (value) { console.log('You clicked Confirm') diff --git a/package.json b/package.json index c1591f1..c156e30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toastmejs", - "version": "1.0.0", + "version": "1.0.1", "description": "Web notifications and dialogs with pure javascript", "main": "./src/js/toastme.js", "author": {