Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ll authored Jun 2, 2024
1 parent 9e27ea5 commit 5b1574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It uses a lot of neat runtime tricks to pull out the name of the variable so it
> This is designed really to only be used when developing applications and shouldn't be left in production builds.
> [!Warning]
> This code contains some private Swift API stuff that powers `@Published` so there's a strong likelihood this will break in the future. I'd like to figure out ways to make the API a lot nicer in SwiftUI, so if you have any ideas, let me know (I'm thinking something like a `@DebugAdjustablePublished` property wrapper that wraps `@Published`)!
> This code contains some private Swift API stuff that powers `@Published` so there's a strong likelihood this will break in the future. I'd like to figure out ways to make the API a lot nicer in general, so if you have any ideas, let me know!
- [DebugAdjustable](#debugadjustable)
- [Usage](#usage)
Expand Down

0 comments on commit 5b1574e

Please sign in to comment.