Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/apvarun/toastify-js
Browse files Browse the repository at this point in the history
  • Loading branch information
apvarun committed Feb 17, 2018
2 parents e82567a + a9e39b1 commit d3c1e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Toastify({
newWindow: true,
close: true,
gravity: "top", // `top` or `bottom`
positionLeft: true // `true` or `false`
positionLeft: true, // `true` or `false`
   backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)"
}).showToast();
```

Expand Down

0 comments on commit d3c1e6e

Please sign in to comment.