Skip to content

Commit db88e7f

Browse files
author
Christian Elies
committed
docs(readme): fixed example image url
1 parent c9d4e65 commit db88e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ TVDatePicker(
3838

3939
At first the view appears as a button with a horizontal stack containing the specified `label`, a `Text` view representing the current `selection` date string and a `disclosure indicator` `Image` view. If you press the button a sheet with the actual date picker view appears. The following screenshot is an example:
4040

41-
<img src="https://github.com/crelies/TVDatePicker/tree/dev/example.png" alt="Screenshot of a date picker view usage example" width="800" height="450"></img>
41+
<img src="https://github.com/crelies/TVDatePicker/blob/dev/example.png" alt="Screenshot of a date picker view usage example" width="800" height="450"></img>
4242

4343
## 📖 Implementation
4444

0 commit comments

Comments
 (0)