diff --git a/README.md b/README.md index bd3df5ff8..7ce8cd590 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ In case Introspect doesn't support the SwiftUI element that you're looking for, ```swift extension View { public func introspectTextField(customize: @escaping (UITextField) -> ()) -> some View { - return inject(IntrospectionView( + return inject(UIKitIntrospectionView( selector: { introspectionView in guard let viewHost = Introspect.findViewHost(from: introspectionView) else { return nil