Skip to content

Commit c9924a8

Browse files
committed
Update README.
1 parent 72252a6 commit c9924a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ If you want to conditionally show a stepper view for the quantity when in-stock
216216

217217
```swift
218218
struct InventoryItemView {
219-
@State var status: ItemStatus?
219+
@State var status: ItemStatus
220220

221221
var body: some View {
222222
Switch(self.$status) {
@@ -318,7 +318,7 @@ SwiftUI Navigation's tools were motivated and designed over the course of many e
318318
You can watch all of the episodes [here](https://www.pointfree.co/collections/swiftui/navigation).
319319

320320
<a href="https://www.pointfree.co/collections/swiftui/navigation">
321-
<img alt="video poster image" src="https://d3rccdn33rt8ze.cloudfront.net/episodes/0160.jpeg" width="600">
321+
<img alt="video poster image" src="https://d3rccdn33rt8ze.cloudfront.net/episodes/0166.jpeg" width="600">
322322
</a>
323323

324324
## Installation

0 commit comments

Comments
 (0)