diff --git a/README.md b/README.md index 2bd7ed7..6647ebd 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ this.$modal.show('dialog', { title: 'Alert!', text: 'You are too awesome', buttons: [ - { title: 'Deal with it', handler: () => { alert('Woot!') }, + { title: 'Deal with it', handler: () => { alert('Woot!') } }, { title: 'Close' } ] })