Update README

This commit is contained in:
Stephen Celis 2021-11-16 18:14:13 -08:00 committed by GitHub
parent 3ede95b6fb
commit 72252a66fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ Another problem arises when trying to model multiple navigation destinations as
```swift
struct ContentView: View {
var draft: Post?
var settings: Settings?
var userProfile: UserProfile?
@State var draft: Post?
@State var settings: Settings?
@State var userProfile: UserProfile?
var body: some View {
/* Main view omitted */