@@ -205,21 +205,31 @@ Get.delete<Controller>(); //usually you don't need to do this because GetX alrea
## Specifying an alternate instance
A currently inserted instance can be replaced with a similar or extended class instance by using the `replace` method. This can then be retrieved by using the original class.
A currently inserted instance can be replaced with a similar or extended class instance by using the `replace` or `lazyReplace`method. This can then be retrieved by using the original class.