diff --git a/README.md b/README.md index 4afe452..0496e76 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ Toasty.Config.getInstance() .apply(); // required ``` +You can reset the configuration by using `reset()` method: + +```java +Toasty.Config.reset(); +``` + ## Usage Each method always returns a `Toast` object, so you can customize the Toast much more. **DON'T FORGET THE `show()` METHOD!**