diff --git a/README.md b/README.md index 286e3bd..5c46663 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ public static T? DeepClone(this T? obj) ## Advanced usage +_The following examples assume you've copied the extension method above._ + Sometimes you might want to exclude certain fields & properties from cloning: ```csharp private class TestPropsWithIgnored