diff --git a/README.md b/README.md index 49eece1..0ac769c 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ A set of Type and Reflection polyfill extension methods for .NET Standard v1.0 a * PropertyInfo.IsStatic() * PropertyInfo.IsIndexer() * PropertyInfo.GetAccessors(bool nonPublic) -* PropertyInfo.GetGetMethod(bool nonPublic) -* PropertyInfo.GetSetMethod(bool nonPublic) +* PropertyInfo.GetGetter(bool nonPublic) +* PropertyInfo.GetSetter(bool nonPublic) ### Download