Skip to content

Commit

Permalink
Updates live demo link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Andrews committed Jul 5, 2019
1 parent 1b0c396 commit d72a47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Notify.js
Notify.js is a utility library helping to manage simple [snackbar notifications](https://material.io/develop/web/components/snackbars/). Checkout the [live demo]() to see the library in action.
Notify.js is a utility library helping to manage simple [snackbar notifications](https://material.io/develop/web/components/snackbars/). Checkout the [live demo](https://codewithkyle.github.io/notifyjs/) to see the library in action.

## Installation

Expand Down Expand Up @@ -62,7 +62,7 @@ This library doesn't provide/force any base styles or CSS. The notification elem
</user-notification>
```

Below is the CSS for the snackbar notification used on the [demo page](), it is based on the snackbar component from [Material Design](https://material.io/develop/web/components/snackbars/).
Below is the CSS for the snackbar notification used on the [demo page](https://codewithkyle.github.io/notifyjs/), it is based on the snackbar component from [Material Design](https://material.io/develop/web/components/snackbars/).

```css
user-notification{
Expand Down

0 comments on commit d72a47e

Please sign in to comment.