Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Mar 8, 2023
1 parent 7edf972 commit d979559
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 @@ -87,7 +87,7 @@ path.toast(
### Push

```swift
.navigationDestination(for: Date.self, destination: { ClockView(date: $0) })
.navigationDestination(for: Date.self, destination: { DateView(date: $0) })
...
path.push(Date())
```
Expand Down

0 comments on commit d979559

Please sign in to comment.