Skip to content

Commit d259481

Browse files
authored
Update README.md
1 parent 840a7bf commit d259481

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ color: .blue)))
4545
In the above example, an airplane departure symbol in blue color will appear on 2nd January 2024.
4646

4747
### Adding Images to Dates
48-
To mark a date with an SF Symbol, create a `SpecialDate` instance with `dateString` and `dateType` set to `.sfSymbols`. Specify the date, the SF Symbol's name, and its color:
49-
48+
For a custom image, set dateType to .image and provide the date along with the name of the image:
5049

5150
```swift
5251
SpecialDate(dateString: "13/1/2024",
@@ -57,9 +56,6 @@ To mark a date with an SF Symbol, create a `SpecialDate` instance with `dateStri
5756

5857
### calenderType
5958

60-
For a custom image, set dateType to .image and provide the date along with the name of the image:
61-
62-
6359
```swift
6460
FXDatePickerView(selectedDate: $selectedDate, specialDates: specialDates)
6561
.calenderType(.hijri)

0 commit comments

Comments
 (0)