From 4d11448d5ccbc24dc9f0a75b7dee080764d3ad8d Mon Sep 17 00:00:00 2001 From: Script47 Date: Tue, 19 Feb 2019 12:14:22 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee226cd..0c3f70c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A jQuery plugin to make the usage of Bootstrap 4 toasts easy. * [Live Example](https://OliveEuphoricTriggers--five-nine.repl.co) * [Caveats](#caveats) * [Roadmap](#roadmap) +* [Contributing](#contributing) ### About @@ -102,3 +103,7 @@ $(document).on('hidden.bs.toast', '.toast', function (e) { * Allow img in toast as in shown in the Bootstrap 4 documentation * Allow the option to prevent stacking * Allow the open to keep / remove from DOM + +### Contributing + +I am not perfect and as such I am always looking for ways to improve my code so please make suggestions, forks and pull requests. Feel free to adapt this plugin freely (but please do not go ahead and sell this plugin, the point is that this should be free) and be sure to let me know so I can check out your changes.