Skip to content

Commit bc5c510

Browse files
authored
Update readme to reflect new diff format (#744)
* Update README.md * Update README.md
1 parent 7fec6a4 commit bc5c510

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,7 @@ The Composable Architecture comes with a number of tools to aid in debugging.
323323

324324
``` diff
325325
received action:
326-
AppAction.todoCheckboxTapped(
327-
index: 0
328-
)
326+
AppAction.todoCheckboxTapped(id: UUID(5834811A-83B4-4E5E-BCD3-8A38F6BDCA90))
329327
  AppState(
330328
  todos: [
331329
  Todo(
@@ -334,16 +332,7 @@ The Composable Architecture comes with a number of tools to aid in debugging.
334332
  description: "Milk",
335333
  id: 5834811A-83B4-4E5E-BCD3-8A38F6BDCA90
336334
  ),
337-
  Todo(
338-
  isComplete: false,
339-
  description: "Eggs",
340-
  id: AB3C7921-8262-4412-AA93-9DC5575C1107
341-
  ),
342-
  Todo(
343-
  isComplete: true,
344-
  description: "Hand Soap",
345-
  id: 06E94D88-D726-42EF-BA8B-7B4478179D19
346-
  ),
335+
  … (2 unchanged)
347336
  ]
348337
  )
349338
```

0 commit comments

Comments
 (0)