Skip to content

Commit

Permalink
Closes #6 and #7
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed Aug 6, 2018
1 parent fd8a5ba commit 78090fa
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ npm install --save bulma-toast

## Quick Start

1. Link to bulma-toast.min.js `<script src="bulma-toast.min.js"></script>`
1. Link to bulma-toast.min.js
```html
<script src="bulma-toast.min.js"></script>
```

2. use bulma-toast to display a toast
2. Use bulma-toast to display a toast
```js
bulmaToast.toast({ message: 'Hello There' })
bulmaToast.toast({ message: 'General Kenobi', type: 'is-danger' })
Expand Down
2 changes: 1 addition & 1 deletion dist/bulma-toast.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bulma-toast.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 78090fa

Please sign in to comment.