Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSegen committed Apr 30, 2019
1 parent f248e73 commit cb9e5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit cb9e5f0

Please sign in to comment.