Skip to content

Commit 55f591a

Browse files
committed
WIP
1 parent fe0548c commit 55f591a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SwiftUI Introspect lets you access the underlying UIKit or AppKit view for a Swi
1818
- [Implement your own introspectable type](#implement-your-own-introspectable-type)
1919
- [Introspect on future platform versions](#introspect-on-future-platform-versions)
2020
- [Keep instances outside the customize closure](#keep-instances-outside-the-customize-closure)
21-
- [Note for library maintainers](#note-for-library-maintainers)
21+
- [Note for library authors](#note-for-library-authors)
2222
- [Community projects](#community-projects)
2323

2424
How it works
@@ -340,8 +340,8 @@ struct ContentView: View {
340340
}
341341
```
342342

343-
Note for library maintainers
344-
----------------------------
343+
Note for library authors
344+
------------------------
345345

346346
If your library depends on SwiftUI Introspect, declare a version range that spans at least the **last two major versions** instead of jumping straight to the latest. This avoids conflicts when apps pull the library directly or through multiple dependencies. For example:
347347

0 commit comments

Comments
 (0)