Skip to content

Commit ed8516e

Browse files
authored
Update readme (#14)
1 parent b1d34e0 commit ed8516e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ print(diff(users, other)!)
231231

232232
For a real world use case we modified Apple's [Landmarks](https://developer.apple.com/tutorials/swiftui/working-with-ui-controls) tutorial application to print the before and after state when favoriting a landmark:
233233

234-
<details>
235-
<summary>Click to see diff!</summary>
236-
237234
```diff
238235
  [
239236
  [0]: Landmark(
@@ -252,8 +249,6 @@ For a real world use case we modified Apple's [Landmarks](https://developer.appl
252249
  … (11 unchanged)
253250
  ]
254251
```
255-
</details>
256-
257252

258253
### `XCTAssertNoDifference`
259254

0 commit comments

Comments
 (0)