README.md in object-proxy-0.2.0 vs README.md in object-proxy-0.3.0

- old
+ new

@@ -6,9 +6,14 @@ objects without complete deriving and extending whole classes in cases, where isn't possible to derive them as homogenic functional units or where it's simply impractical to derive them. Provides four base proxy types. +*In all examples, object instance proxying is used, but both class objects +and object instances proxying are supported. Simply give object instance +instead of class object to the constructor. Wrapped object instance will +be returned.* + ### Standard Proxy Works as intermediate layer between caller and called. Allows to invoke an handler both before method call and adjust its arguments and after call and post-proccess result.